gnu: jansson: Update to 2.11.
* gnu/packages/web.scm (jansson): Update to 2.11.
This commit is contained in:
parent
f9bb942adf
commit
86c19ed94a
1 changed files with 2 additions and 2 deletions
|
@ -503,7 +503,7 @@ (define-public icedtea-web
|
|||
(define-public jansson
|
||||
(package
|
||||
(name "jansson")
|
||||
(version "2.10")
|
||||
(version "2.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -511,7 +511,7 @@ (define-public jansson
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0iv4rxsnamqm3ldpg7dyhjq0x9cp023nc7ac820jdd3pwb8ml8bq"))))
|
||||
"1x5jllzzqamq6kahx9d9a5mrarm9m3f30vfxvcqpi6p4mcnz91bf"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.digip.org/jansson/")
|
||||
(synopsis "JSON C library")
|
||||
|
|
Loading…
Reference in a new issue