* [bug#72032] [PATCH] gnu: libusb update to 1.0.26
@ 2024-07-10 8:39 Rick Huijzer
2024-07-11 17:15 ` [bug#72032] QA Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Rick Huijzer @ 2024-07-10 8:39 UTC (permalink / raw)
To: 72032; +Cc: Rick Huijzer
From: Rick Huijzer <r.huijzer@dca-ict.nl>
---
To fix https://github.com/OpenLightingProject/ola/issues/1771, currently present in guix
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 d5157a6eeb..d804f0d882 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -66,7 +66,7 @@ (define-module (gnu packages libusb)
(define-public libusb
(package
(name "libusb")
- (version "1.0.25")
+ (version "1.0.26")
(source
(origin
(method url-fetch)
@@ -74,7 +74,7 @@ (define-public libusb
"releases/download/v" version
"/libusb-" version ".tar.bz2"))
(sha256
- (base32 "0j88ym7afy4wj3x789zzxsr04asyjy0mw29gf31blzkrg8cyya4a"))))
+ (base32 "19dmh41m0iks0vk5khlml3drvhgsnpvrbq7zl79d2m4qzihpmkhj"))))
(build-system gnu-build-system)
;; XXX: Enabling udev is now recommended, but eudev indirectly depends on
base-commit: 71694363f6cc79e44955acbd9f7ca108e658caca
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#72032] QA
2024-07-10 8:39 [bug#72032] [PATCH] gnu: libusb update to 1.0.26 Rick Huijzer
@ 2024-07-11 17:15 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-07-11 17:15 UTC (permalink / raw)
To: 72032
Hello,
thanks for the patch! Unfortunately changing libusb requires rebuilding
more than 3000 packages ("guix refresh -l libusb"). So this should be done
in a concerted effort, probably after regrouping with a few other packages.
I would suggest to wait with this until core-updates is merged (which does
not contain the newer libusb version yet).
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-11 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 8:39 [bug#72032] [PATCH] gnu: libusb update to 1.0.26 Rick Huijzer
2024-07-11 17:15 ` [bug#72032] QA Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.