mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: usbutils: Update to 017.
* gnu/packages/linux.scm (usbutils): Update to 017. Change-Id: I79e07c7177c49ebaebd4f8fc7ad784eb62a337a7
This commit is contained in:
parent
a2d82fbec4
commit
855fecf00f
1 changed files with 2 additions and 2 deletions
|
@ -2490,14 +2490,14 @@ (define-public procps
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue