guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: jsoncpp: Update to 1.7.7.


From: Efraim Flashner
Subject: 08/09: gnu: jsoncpp: Update to 1.7.7.
Date: Sat, 15 Oct 2016 20:23:10 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 608bf1d38bccb8e1d4ce0684746b79c817e4c2ac
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 15 21:34:37 2016 +0300

    gnu: jsoncpp: Update to 1.7.7.
    
    * gnu/packages/serialization.scm (jsoncpp): Update to 1.7.7.
---
 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 7cef1f1..3144450 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -154,7 +154,7 @@ serialization.")
 (define-public jsoncpp
   (package
     (name "jsoncpp")
-    (version "1.7.4")
+    (version "1.7.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -163,7 +163,7 @@ serialization.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0sgp6nc4c6pfn92f369v08zdwpqswn9j2ihy59bpwwl0grkx1p0h"))))
+                "15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
     (build-system cmake-build-system)
     (home-page "https://github.com/open-source-parsers/jsoncpp";)
     (synopsis "C++ library for interacting with JSON")



reply via email to

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