diff options
author | Greg Hogan <code@greghogan.com> | 2025-04-15 17:20:15 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-28 07:47:21 +0100 |
commit | 83074828a674dfba6456934de0f2a25b928be72c (patch) | |
tree | b21f3af56446c3cf00a4ee26a42c79f9b6b2ba3e /gnu/packages/cpp.scm | |
parent | 2b4680c6c17bd6470f78a1f39d2f7af8b05e279f (diff) |
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>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d9d1da18e5..c136a69dad 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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 |