3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: usbutils: Update to 010.

* gnu/packages/linux.scm (usbutils): Update to 010.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-16 15:41:11 +02:00
parent 75ea6fe80e
commit 7c52558154
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -741,7 +741,7 @@ slabtop, and skill.")
(define-public usbutils
(package
(name "usbutils")
(version "009")
(version "010")
(source
(origin
(method url-fetch)
@ -749,7 +749,7 @@ slabtop, and skill.")
"usbutils-" version ".tar.xz"))
(sha256
(base32
"0q3iavmak2bs9xw486w4xfbjl0hbzii93ssgpr95mxmm9kjz1gwb"))))
"06aag4jfgsfjxk563xsp9ik9nadihmasrr37a1gb0vwqni5kdiv1"))))
(build-system gnu-build-system)
(inputs
`(("libusb" ,libusb)