summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-12 16:58:08 +0100
committerMarius Bakke <marius@gnu.org>2020-12-13 01:05:57 +0100
commit9e78ec5d2459b5b74caa4fd98a68029b4d8c1697 (patch)
tree263790323d2a4f4f1a9013f2f084a7ee933d6204 /gnu
parent4de58a4b81d47db2e3bc84f5ce728d82aa83c54a (diff)
downloadguix-patches-9e78ec5d2459b5b74caa4fd98a68029b4d8c1697.tar
guix-patches-9e78ec5d2459b5b74caa4fd98a68029b4d8c1697.tar.gz
gnu: multipath-tools: Use the latest json-c.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Change from JSON-C-0.13 to JSON-C.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 73dec7d1b7..0e9932785d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4544,7 +4544,7 @@ arrays when needed.")
;; For tests.
("cmocka" ,cmocka)))
(inputs
- `(("json-c" ,json-c-0.13)
+ `(("json-c" ,json-c)
("libaio" ,libaio)
("liburcu" ,liburcu)
("lvm2" ,lvm2)