GNU bug report logs - #45967
[PATCH] gnu: libusb: Update to 1.0.24.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Mon, 18 Jan 2021 20:13:02 UTC

Severity: normal

Tags: patch

Done: Vincent Legoll <vincent.legoll <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45967: closed ([PATCH] gnu: libusb: Update to 1.0.24.)
Date: Thu, 21 Jan 2021 09:43:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45967: [PATCH] gnu: libusb: Update to 1.0.24.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45967 <at> debbugs.gnu.org.

-- 
45967: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45967
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: 45967-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: libusb: Update to 1.0.24.
Date: Thu, 21 Jan 2021 10:42:23 +0100
Closing, as this has been merged in :
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4b88e27cf3ccbdd0263e6c4294f41595c9cc41c3

-- 
Vincent Legoll

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: libusb: Update to 1.0.24.
Date: Mon, 18 Jan 2021 21:12:25 +0100
* gnu/packages/libusb.scm (libusb): Update to 1.0.24.
---
 gnu/packages/libusb.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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




This bug report was last modified 4 years and 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.