gnu: jsoncpp: Update to 1.7.7.

* gnu/packages/serialization.scm (jsoncpp): Update to 1.7.7.
master
Efraim Flashner 2016-10-15 21:34:37 +03:00
parent 43593f5bc4
commit 608bf1d38b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ serialization.")
(define-public jsoncpp
(package
(name "jsoncpp")
(version "1.7.4")
(version "1.7.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -163,7 +163,7 @@ serialization.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0sgp6nc4c6pfn92f369v08zdwpqswn9j2ihy59bpwwl0grkx1p0h"))))
"15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
(build-system cmake-build-system)
(home-page "https://github.com/open-source-parsers/jsoncpp")
(synopsis "C++ library for interacting with JSON")