guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: jsoncpp: Update to 1.8.2.


From: Marius Bakke
Subject: 01/02: gnu: jsoncpp: Update to 1.8.2.
Date: Wed, 30 Aug 2017 14:59:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ffeeda6bab174a457c166251e0d1cbf5077bb0b3
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 29 00:16:58 2017 +0200

    gnu: jsoncpp: Update to 1.8.2.
    
    * gnu/packages/serialization.scm (jsoncpp): Update to 1.8.2.
---
 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 8032e31..d5fdbf3 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -263,7 +263,7 @@ that implements both the msgpack and msgpack-rpc 
specifications.")
 (define-public jsoncpp
   (package
     (name "jsoncpp")
-    (version "1.8.0")
+    (version "1.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -272,7 +272,7 @@ that implements both the msgpack and msgpack-rpc 
specifications.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1g35ci93s03wph4kabi46iz42wgyfbn2763cklf15h7hrdi29ssx"))))
+                "1vwf0yrv5540ygfnxikirbs63awsdzn7dabkia3g0bnz43p5l7w1"))))
     (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]