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:
parent
2b4680c6c1
commit
83074828a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue