summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-12-14 00:22:04 +0100
committerLudovic Courtès <ludo@gnu.org>2016-12-14 00:22:49 +0100
commite8a463e646a8dd21578abe0bc92437d4c2b65c25 (patch)
treeaf8a247b1d4eaf77a5e01e9bf64865f12e142874 /gnu
parent3232613e63960daadb9f28e1713da4d6f4a69e40 (diff)
downloadpatches-e8a463e646a8dd21578abe0bc92437d4c2b65c25.tar
patches-e8a463e646a8dd21578abe0bc92437d4c2b65c25.tar.gz
gnu: usbutils: Update to 008.
* gnu/packages/linux.scm (usbutils): Update to 008. [inputs]: Add EUDEV.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a6cd46fef4..1dab68a20f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,7 @@ slabtop, and skill.")
(define-public usbutils
(package
(name "usbutils")
- (version "006")
+ (version "008")
(source
(origin
(method url-fetch)
@@ -587,10 +587,11 @@ slabtop, and skill.")
"usbutils-" version ".tar.xz"))
(sha256
(base32
- "03pd57vv8c6x0hgjqcbrxnzi14h8hcghmapg89p8k5zpwpkvbdfr"))))
+ "132clk14j4nm8crln2jymdbbc2vhzar2j2hnxyh05m79pbq1lx24"))))
(build-system gnu-build-system)
(inputs
- `(("libusb" ,libusb)))
+ `(("libusb" ,libusb)
+ ("eudev" ,eudev)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://www.linux-usb.org/")