1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: nlohmann-json: Update to 3.12.0.

* gnu/packages/cpp.scm (nlohmann-json): Update to 3.12.0.

Change-Id: I6ce94dc954d2d24004e232fb5fab4bf1c53e5f6f
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan 2025-04-15 17:20:15 +00:00 committed by Christopher Baines
parent 2b4680c6c1
commit 83074828a6
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1158,7 +1158,7 @@ data transfer object.")
(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
@ -1166,7 +1166,7 @@ data transfer object.")
(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