GNU bug report logs -
#77829
[PATCH] gnu: nlohmann-json: Update to 3.12.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 15 Apr 2025 17:45:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cpp.scm (nlohmann-json): Update to 3.12.0.
Change-Id: I6ce94dc954d2d24004e232fb5fab4bf1c53e5f6f
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 01dc59e9ea..6c8994709d 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1157,7 +1157,7 @@ (define-public json-dto
(define-public nlohmann-json
(package
(name "nlohmann-json")
- (version "3.11.2")
+ (version "3.12.0")
(home-page "https://github.com/nlohmann/json")
(source
(origin
@@ -1165,7 +1165,7 @@ (define-public nlohmann-json
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(sha256
- (base32 "0g6rfsbkvrxmacchz4kbr741yybj7mls3r4hgyfdd3pdbqhn2is9"))
+ (base32 "09nqq56ighr3lghhn3fs399lkllghz717j0xyp87x0giw86ayh3h"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: ec5ea239e9887f6ccf8aef0c9f9a6de9f72f7366
--
2.49.0
This bug report was last modified 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.