diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-11 16:47:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-12 15:06:22 +0200 |
commit | 86c19ed94a4b1fea3de82ea6049dd94271449ce8 (patch) | |
tree | a1626457d9aedb4fb545e3ed93cad6dde82d1847 /gnu | |
parent | f9bb942adf919360f0f70e3a83a126d5c1a82c6b (diff) | |
download | patches-86c19ed94a4b1fea3de82ea6049dd94271449ce8.tar patches-86c19ed94a4b1fea3de82ea6049dd94271449ce8.tar.gz |
gnu: jansson: Update to 2.11.
* gnu/packages/web.scm (jansson): Update to 2.11.
Diffstat (limited to 'gnu')
-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 7819a87479..cfc27cd118 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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") |