GNU bug report logs - #77829
[PATCH] gnu: nlohmann-json: Update to 3.12.0.

Previous Next

Package: guix-patches;

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>

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.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: nlohmann-json: Update to 3.12.0.
Date: Tue, 15 Apr 2025 17:20:15 +0000
* 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):

From: Christopher Baines <mail <at> cbaines.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 77829-done <at> debbugs.gnu.org
Subject: Re: [bug#77829] [PATCH] gnu: nlohmann-json: Update to 3.12.0.
Date: Mon, 28 Apr 2025 08:18:22 +0100
[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.