[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libusb: Update to 1.0.25.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libusb: Update to 1.0.25. |
Date: |
Tue, 22 Mar 2022 10:19:41 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new d8a7e37b86 gnu: libusb: Update to 1.0.25.
d8a7e37b86 is described below
commit d8a7e37b86e3d5fffbe77f691d686f8f973616db
Author: Wil deBeest <bovid-19@4tii.de>
AuthorDate: Fri Mar 18 19:49:35 2022 +0100
gnu: libusb: Update to 1.0.25.
* gnu/packages/libusb.scm (libusb): Update to 1.0.25.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 01771dffca..8f8b2ca2e5 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -54,7 +54,7 @@
(define-public libusb
(package
(name "libusb")
- (version "1.0.24")
+ (version "1.0.25")
(source
(origin
(method url-fetch)
@@ -62,7 +62,7 @@
"releases/download/v" version
"/libusb-" version ".tar.bz2"))
(sha256
- (base32 "0amilbi5qncdnrds3ji21vbiz1wvdm1fwp5qrxnk49xkyy2jdzby"))))
+ (base32 "0j88ym7afy4wj3x789zzxsr04asyjy0mw29gf31blzkrg8cyya4a"))))
(build-system gnu-build-system)
;; XXX: Enabling udev is now recommended, but eudev indirectly depends on
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libusb: Update to 1.0.25.,
guix-commits <=