gnu: jsoncpp: Update to 1.8.4.

* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.4.
This commit is contained in:
Marius Bakke 2018-01-08 21:29:29 +01:00
parent aeed74f370
commit e1c08dccc2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -265,7 +265,7 @@ (define-public yaml-cpp
(define-public jsoncpp (define-public jsoncpp
(package (package
(name "jsoncpp") (name "jsoncpp")
(version "1.8.2") (version "1.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -274,7 +274,7 @@ (define-public jsoncpp
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vwf0yrv5540ygfnxikirbs63awsdzn7dabkia3g0bnz43p5l7w1")))) "1dpxk8hkni5dq4mdw8qbaj40jmid3a31d1gh8iqcnfwkw34ym7f4"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "https://github.com/open-source-parsers/jsoncpp") (home-page "https://github.com/open-source-parsers/jsoncpp")
(arguments (arguments