mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +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
|
(define-public nlohmann-json
|
||||||
(package
|
(package
|
||||||
(name "nlohmann-json")
|
(name "nlohmann-json")
|
||||||
(version "3.11.2")
|
(version "3.12.0")
|
||||||
(home-page "https://github.com/nlohmann/json")
|
(home-page "https://github.com/nlohmann/json")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1166,7 +1166,7 @@ data transfer object.")
|
||||||
(uri (git-reference (url home-page)
|
(uri (git-reference (url home-page)
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g6rfsbkvrxmacchz4kbr741yybj7mls3r4hgyfdd3pdbqhn2is9"))
|
(base32 "09nqq56ighr3lghhn3fs399lkllghz717j0xyp87x0giw86ayh3h"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue