[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: usbutils: Update to 014.
From: |
guix-commits |
Subject: |
04/20: gnu: usbutils: Update to 014. |
Date: |
Mon, 29 Nov 2021 19:09:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2397cc097c33b37ffad6332c6e13f89aabc7cc9d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 30 00:51:30 2021 +0100
gnu: usbutils: Update to 014.
* gnu/packages/linux.scm (usbutils): Update to 014.
[arguments]: Remove obsolete autogen.sh substitution.
Don't explicitly return #t from phases.
---
gnu/packages/linux.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 40cb49c..8a14e4e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2082,14 +2082,14 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
(define-public usbutils
(package
(name "usbutils")
- (version "013")
+ (version "014")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
"usbutils-" version ".tar.xz"))
(sha256
- (base32 "0f0klk6d3hmbpf6p4dcwa1qjzblmkhbxs1wsw87aidvqri7lj8wy"))))
+ (base32 "0sgwfvr1b5w3ai1c0rmvzhk67y9vh7bq490rcxxj4q05svx9q1rs"))))
(build-system gnu-build-system)
(outputs (list "out" "python"))
(arguments
@@ -2098,12 +2098,7 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
(add-before 'bootstrap 'patch-bootstrap-scripts
(lambda _
(substitute* "usbhid-dump/bootstrap"
- (("/bin/sh") (which "sh")))
-
- ;; Don't let autogen.sh run configure with bogus options & CFLAGS.
- (substitute* "autogen.sh"
- (("^\\./configure.*") ""))
- #t))
+ (("/bin/sh") (which "sh")))))
(add-after 'install 'separate-python-output
;; Separating one Python script shaves more than 106 MiB from :out.
(lambda* (#:key outputs #:allow-other-keys)
@@ -2114,8 +2109,7 @@ slabtop, tload, top, vmstat, w, watch and sysctl.")
(new (string-append out:python "/" file)))
(mkdir-p (dirname new))
(rename-file old new)))
- (list "bin/lsusb.py"))
- #t))))))
+ (list "bin/lsusb.py"))))))))
(inputs
`(("eudev" ,eudev)
("libusb" ,libusb)
- branch master updated (7e3151c -> 892f1b7), guix-commits, 2021/11/29
- 02/20: gnu: xfsprogs: Update to 5.14.0., guix-commits, 2021/11/29
- 01/20: gnu: kexec-tools: Update to 2.0.23., guix-commits, 2021/11/29
- 03/20: gnu: xfsprogs: Omit static library., guix-commits, 2021/11/29
- 04/20: gnu: usbutils: Update to 014.,
guix-commits <=
- 07/20: gnu: btrfs-progs: Update to 5.15.1., guix-commits, 2021/11/29
- 06/20: gnu: powerstat: Update to 0.02.27., guix-commits, 2021/11/29
- 08/20: gnu: ethtool: Update to 5.15., guix-commits, 2021/11/29
- 05/20: gnu: powerstat: Fetch sources from Git., guix-commits, 2021/11/29
- 09/20: gnu: rxvt-unicode: Update to 9.30., guix-commits, 2021/11/29
- 10/20: gnu: xa: Update to 2.3.12., guix-commits, 2021/11/29
- 12/20: gnu: quazip@1: Update to 1.2., guix-commits, 2021/11/29
- 15/20: gnu: diffoscope: Update to 194., guix-commits, 2021/11/29
- 11/20: gnu: thefuck: Update to 3.31., guix-commits, 2021/11/29
- 13/20: gnu: lttoolbox: Update to 3.5.4., guix-commits, 2021/11/29