gnu: usbutils: Update to 008.

* gnu/packages/linux.scm (usbutils): Update to 008.
[inputs]: Add EUDEV.
This commit is contained in:
Ludovic Courtès 2016-12-14 00:22:04 +01:00
parent 3232613e63
commit e8a463e646
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 3 deletions

View File

@ -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/")