[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: multipath-tools: Use the latest json-c.
From: |
guix-commits |
Subject: |
02/05: gnu: multipath-tools: Use the latest json-c. |
Date: |
Sat, 12 Dec 2020 19:07:10 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 9e78ec5d2459b5b74caa4fd98a68029b4d8c1697
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 16:58:08 2020 +0100
gnu: multipath-tools: Use the latest json-c.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Change from JSON-C-0.13
to
JSON-C.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 73dec7d..0e99327 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)