Archived
1
0
Fork 0

gnu: jansson: Update to 2.10.

* gnu/packages/web.scm (jansson): Update to 2.10.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-30 04:43:30 +01:00
parent 03e8f9ed79
commit 5e69d68213
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -497,7 +497,7 @@ libraries for working with JNLP applets.")
(define-public jansson (define-public jansson
(package (package
(name "jansson") (name "jansson")
(version "2.9") (version "2.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -505,7 +505,7 @@ libraries for working with JNLP applets.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19fjgfwjfj99rqa3kf96x5rssj88siazggksgrikd6h4r9sd1l0a")))) "0iv4rxsnamqm3ldpg7dyhjq0x9cp023nc7ac820jdd3pwb8ml8bq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.digip.org/jansson/") (home-page "http://www.digip.org/jansson/")
(synopsis "JSON C library") (synopsis "JSON C library")