summaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-03 22:23:38 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-04 01:12:16 +0100
commite46e70acaa9665e18a2cb29e158c59a71f655363 (patch)
tree82196c04d6a154aa4def9527339bfa2a929fa6be /gnu/packages/syndication.scm
parentd5456444f7032e7bc9168db2b59e548672795b72 (diff)
downloadguix-patches-e46e70acaa9665e18a2cb29e158c59a71f655363.tar
guix-patches-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.scm2
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)