guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: jsoncpp: Update to 1.8.4.


From: Marius Bakke
Subject: 01/05: gnu: jsoncpp: Update to 1.8.4.
Date: Mon, 8 Jan 2018 18:34:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e1c08dccc2172173004c74c4514dfa21ab3aa979
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 8 21:29:29 2018 +0100

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