[bug#77829] gnu: nlohmann-json: Update to 3.12.0.

Message ID 73c245b0e1a22da97964a8371b5fe419d5d2d84f.1744736547.git.code@greghogan.com
State New
Headers
Series [bug#77829] gnu: nlohmann-json: Update to 3.12.0. |

Commit Message

Greg Hogan April 15, 2025, 5:20 p.m. UTC
  * 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(-)


base-commit: ec5ea239e9887f6ccf8aef0c9f9a6de9f72f7366
  

Patch

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