guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: jsoncpp: Update to 1.9.1.


From: guix-commits
Subject: 04/09: gnu: jsoncpp: Update to 1.9.1.
Date: Mon, 22 Jul 2019 10:25:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 293e4f9f2df5565bc1e83a39befdf33b57b30783
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 22 00:17:20 2019 +0200

    gnu: jsoncpp: Update to 1.9.1.
    
    * gnu/packages/serialization.scm (jsoncpp): Update to 1.9.1.
---
 gnu/packages/serialization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 505c196..f0ae0d2 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -297,7 +297,7 @@ that implements both the msgpack and msgpack-rpc 
specifications.")
 (define-public jsoncpp
   (package
     (name "jsoncpp")
-    (version "1.9.0")
+    (version "1.9.1")
     (home-page "https://github.com/open-source-parsers/jsoncpp";)
     (source (origin
               (method git-fetch)
@@ -305,7 +305,7 @@ that implements both the msgpack and msgpack-rpc 
specifications.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10wnwlq92gp32f5p55kjcc12jfsl0yq6f2y4abb0si6wym12krw9"))))
+                "00g356iv3kcp0gadj7gbyzf9jn9avvx9vxbxc7c2i5nnry8z72wj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")))



reply via email to

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