andreas pushed a commit to branch core-packages-team
in repository guix.

commit 44f8d2f8a249f25db0d693498db60edf09d9dc9a
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Sun Dec 8 13:57:32 2024 +0100

    gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14.
    
    * gnu/packages/cpp.scm (nlohmann-json): Up.date to 3.11.33.  This fixes the
    build with gcc-14.
    
    Change-Id: I49248356cddd3ed750e0768f9c5cd5abbe184121
---
 gnu/packages/cpp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bdd0a5e5c4..d5c6d993ea 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2024 Jakob Kirsch <jakob.kir...@web.de>
 ;;; Copyright © 2025 Sharlatan Hellseher <sharlata...@gmail.com>
 ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorpe...@gmail.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1156,7 +1157,7 @@ data transfer object.")
 (define-public nlohmann-json
   (package
     (name "nlohmann-json")
-    (version "3.11.2")
+    (version "3.11.3")
     (home-page "https://github.com/nlohmann/json";)
     (source
      (origin
@@ -1164,7 +1165,7 @@ data transfer object.")
        (uri (git-reference (url home-page)
                            (commit (string-append "v" version))))
        (sha256
-        (base32 "0g6rfsbkvrxmacchz4kbr741yybj7mls3r4hgyfdd3pdbqhn2is9"))
+        (base32 "0y6474xxy027q083vyrz9iyz8xc090nydbd7pbxn58dmgyi0jpgc"))
        (file-name (git-file-name name version))
        (modules '((guix build utils)))
        (snippet

Reply via email to