summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-11-21 15:30:51 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-11-21 22:41:44 +0100
commit813fa6e2c91f3d9ad3a83fcc0e99a19488898618 (patch)
treedfebd989e7ea145d23a52c0dea9f89dfd1cb6232 /gnu/packages/cpp.scm
parent1fbd7c7f8e04b6ef76effdc170f80de392cc0798 (diff)
downloadguix-patches-813fa6e2c91f3d9ad3a83fcc0e99a19488898618.tar
guix-patches-813fa6e2c91f3d9ad3a83fcc0e99a19488898618.tar.gz
gnu: json-modern-cxx: Update to 3.7.3.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 3981f962d7..779b6e088d 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -209,7 +209,7 @@ as ordering relation.")
(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 @@ as ordering relation.")
(commit (string-append "v" version))))
(sha256
(base32
- "0v7xih4zjixxxfvkfbs7a8j9qcvpwlsv4vrkbyns3hc7b44nb8ap"))
+ "04rry1xzis71z5gj1ylcj8b4li5q18zxhcwaviwvi3hx0frzxl9w"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet