gnu: usbutils: Update to 009.

* gnu/packages/linux.scm (usbutils): Update to 009.
This commit is contained in:
Ludovic Courtès 2018-01-23 14:29:15 +01:00
parent 4b0111a4e1
commit 54347e918b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -672,7 +672,7 @@ slabtop, and skill.")
(define-public usbutils
(package
(name "usbutils")
(version "008")
(version "009")
(source
(origin
(method url-fetch)
@ -680,7 +680,7 @@ slabtop, and skill.")
"usbutils-" version ".tar.xz"))
(sha256
(base32
"132clk14j4nm8crln2jymdbbc2vhzar2j2hnxyh05m79pbq1lx24"))))
"0q3iavmak2bs9xw486w4xfbjl0hbzii93ssgpr95mxmm9kjz1gwb"))))
(build-system gnu-build-system)
(inputs
`(("libusb" ,libusb)