guix-commits
[Top][All Lists]
Advanced

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

149/155: gnu: jsoncpp: Update to 1.8.0.


From: John Darrington
Subject: 149/155: gnu: jsoncpp: Update to 1.8.0.
Date: Wed, 21 Dec 2016 20:48:43 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit c9180a4b555e37ac711ca562f5f6c1b4c53f2795
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 20 18:02:34 2016 +0100

    gnu: jsoncpp: Update to 1.8.0.
    
    * gnu/packages/serialization.scm (jsoncpp): Update to 1.8.0.
---
 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 3f20a35..8db81c5 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.7")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -163,7 +163,7 @@ serialization.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
+                "1g35ci93s03wph4kabi46iz42wgyfbn2763cklf15h7hrdi29ssx"))))
     (build-system cmake-build-system)
     (home-page "https://github.com/open-source-parsers/jsoncpp";)
     (arguments



reply via email to

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