diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 04:43:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 09:25:37 +0100 |
commit | 5e69d68213de24ed0e4bf40765d058da606a74c8 (patch) | |
tree | d9b7e0aadf8758cedbe1aed702b069707f925e0a /gnu/packages/web.scm | |
parent | 03e8f9ed7951cad48e07bce8fc075a8ebc567510 (diff) | |
download | guix-5e69d68213de24ed0e4bf40765d058da606a74c8.tar guix-5e69d68213de24ed0e4bf40765d058da606a74c8.tar.gz |
gnu: jansson: Update to 2.10.
* gnu/packages/web.scm (jansson): Update to 2.10.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 305f196246..4b5af557b4 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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") |