gnu: jansson: Update to 2.11.

* gnu/packages/web.scm (jansson): Update to 2.11.
master
Tobias Geerinckx-Rice 2018-06-11 16:47:15 +02:00
parent f9bb942adf
commit 86c19ed94a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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