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.
There is no need to reopen the bug first.
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 28 Apr 2025 07:19:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Mon, 28 Apr 2025 07:19:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77829-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:
> * 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(-)
Thanks for the patch, I've pushed this to master as
83074828a674dfba6456934de0f2a25b928be72c.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.