diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-03 22:23:38 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-04 01:12:16 +0100 |
commit | e46e70acaa9665e18a2cb29e158c59a71f655363 (patch) | |
tree | 82196c04d6a154aa4def9527339bfa2a929fa6be /gnu/packages/syndication.scm | |
parent | d5456444f7032e7bc9168db2b59e548672795b72 (diff) | |
download | guix-e46e70acaa9665e18a2cb29e158c59a71f655363.tar guix-e46e70acaa9665e18a2cb29e158c59a71f655363.tar.gz |
gnu: json-c: Update to 0.13.
* gnu/packages/web.scm (json-c): Update to 0.13.
[description]: Add new resolution.
(json-c-0.12): New public variable.
(hubbub)[inputs]: Use it.
* gnu/packages/syndication.scm (newsbeuter)[inputs]:
Likewise.
Diffstat (limited to 'gnu/packages/syndication.scm')
-rw-r--r-- | gnu/packages/syndication.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index b182e13395..0f3ecbf101 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -64,7 +64,7 @@ ("ruby" ,ruby))) ; for tests (inputs `(("curl" ,curl) - ("json-c" ,json-c) + ("json-c" ,json-c-0.12) ; check whether json-c-0.12 can be removed ("ncurses" ,ncurses) ("stfl" ,stfl) ("sqlite" ,sqlite) |