gnu: jsoncpp: Update to 1.8.2.
* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.2.
This commit is contained in:
parent
799247d2d9
commit
ffeeda6bab
|
@ -263,7 +263,7 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
||||||
(define-public jsoncpp
|
(define-public jsoncpp
|
||||||
(package
|
(package
|
||||||
(name "jsoncpp")
|
(name "jsoncpp")
|
||||||
(version "1.8.0")
|
(version "1.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -272,7 +272,7 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g35ci93s03wph4kabi46iz42wgyfbn2763cklf15h7hrdi29ssx"))))
|
"1vwf0yrv5540ygfnxikirbs63awsdzn7dabkia3g0bnz43p5l7w1"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue