efraim pushed a commit to branch master
in repository guix.
commit 855fecf00f7df8bf878a8ecd47800ea9bdfebea5
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Mar 26 08:08:32 2024 +0200
gnu: usbutils: Update to 017.
* gnu/packages/linux.scm (usbutils): Update to 017.
Change-Id: I79e07c7177c49ebaebd4f8fc7ad784eb62a337a7
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9b44c6f1f4..88a9b7261e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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