1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: usbutils: Update to 017.

* gnu/packages/linux.scm (usbutils): Update to 017.

Change-Id: I79e07c7177c49ebaebd4f8fc7ad784eb62a337a7
This commit is contained in:
Efraim Flashner
2024-03-26 08:08:32 +02:00
parent a2d82fbec4
commit 855fecf00f

View File

@@ -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