GNU bug report logs -
#77829
[PATCH] gnu: nlohmann-json: Update to 3.12.0.
Previous Next
To reply to this bug, email your comments to 77829 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77829
; Package
guix-patches
.
(Tue, 15 Apr 2025 17:45:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
code <at> greghogan.com, guix-patches <at> gnu.org
.
(Tue, 15 Apr 2025 17:45:01 GMT)
Full text and
rfc822 format available.
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 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.