gnu: usbutils: Update to 017.
* gnu/packages/linux.scm (usbutils): Update to 017. Change-Id: I79e07c7177c49ebaebd4f8fc7ad784eb62a337a7master
parent
a2d82fbec4
commit
855fecf00f
|
@ -2490,14 +2490,14 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
|
|||
(define-public usbutils
|
||||
(package
|
||||
(name "usbutils")
|
||||
(version "015")
|
||||
(version "017")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
|
||||
"usbutils-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0vnsdzx997v8ksi5dbsi2vc8b3mcm5b6jnmcdhszdyag3yxm3d63"))))
|
||||
(base32 "0nz008kshcajc9asxr4j5dh4wgq72z52lws4ga6y60wirzymz8m6"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs (list "out" "python"))
|
||||
(arguments
|
||||
|
|
Reference in New Issue