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
1 changed files with 2 additions and 2 deletions

View File

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