[PATCH] gnu: libusb: Update to 1.0.24.

  • Done
  • quality assurance status badge
Details
One participant
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210118201225.5955-1-vincent.legoll@gmail.com
* gnu/packages/libusb.scm (libusb): Update to 1.0.24.
---
gnu/packages/libusb.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index c403181c77..cb0d45ce86 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -53,7 +53,7 @@
(define-public libusb
(package
(name "libusb")
- (version "1.0.23")
+ (version "1.0.24")
(source
(origin
(method url-fetch)
@@ -61,7 +61,7 @@
"releases/download/v" version
"/libusb-" version ".tar.bz2"))
(sha256
- (base32 "13dd2a9x290d1q8nb1lqiaf36grcvns5ripk5k2xm0lajmpc04fv"))))
+ (base32 "0amilbi5qncdnrds3ji21vbiz1wvdm1fwp5qrxnk49xkyy2jdzby"))))
(build-system gnu-build-system)
;; XXX: Enabling udev is now recommended, but eudev indirectly depends on
--
2.30.0
Vincent Legoll wrote 4 years ago
dependents
(address . 45967@debbugs.gnu.org)
CAEwRq=qNjd4DUispC9W6tOX_UPRtGB6k1i-jt5b+dTkycHP9Zg@mail.gmail.com
I rebuilt perf & lighttpd with it, worked ok.

--
Vincent Legoll
Vincent Legoll wrote 4 years ago
CAEwRq=pkrLJu0YOoJCbW8_zKk32m9Mdw4ziHdiCrKX4DWt7pcw@mail.gmail.com
Toggle quote (2 lines)
> I rebuilt perf & lighttpd with it, worked ok.

Sorry, wrong issue...
This email was intended for the libunwind update, sorry...

--
Vincent Legoll
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45967@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45967
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help