mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: json-modern-cxx: Update to 3.7.3.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
This commit is contained in:
parent
1fbd7c7f8e
commit
813fa6e2c9
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ (define-public fifo-map
|
|||
(define-public json-modern-cxx
|
||||
(package
|
||||
(name "json-modern-cxx")
|
||||
(version "3.7.0")
|
||||
(version "3.7.3")
|
||||
(home-page "https://github.com/nlohmann/json")
|
||||
(source
|
||||
(origin
|
||||
|
@ -218,7 +218,7 @@ (define-public json-modern-cxx
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0v7xih4zjixxxfvkfbs7a8j9qcvpwlsv4vrkbyns3hc7b44nb8ap"))
|
||||
"04rry1xzis71z5gj1ylcj8b4li5q18zxhcwaviwvi3hx0frzxl9w"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue