guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/12: gnu: json-modern-cxx: Update to 3.7.3.


From: guix-commits
Subject: 04/12: gnu: json-modern-cxx: Update to 3.7.3.
Date: Thu, 21 Nov 2019 16:44:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 813fa6e2c91f3d9ad3a83fcc0e99a19488898618
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 21 15:30:51 2019 +0100

    gnu: json-modern-cxx: Update to 3.7.3.
    
    * gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 3981f96..779b6e0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]