unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rick Huijzer <ikbenrickhuyzer@gmail.com>
To: 72032@debbugs.gnu.org
Cc: Rick Huijzer <r.huijzer@dca-ict.nl>
Subject: [bug#72032] [PATCH] gnu: libusb update to 1.0.26
Date: Wed, 10 Jul 2024 10:39:34 +0200	[thread overview]
Message-ID: <20240710084001.3514-1-ikbenrickhuyzer@gmail.com> (raw)

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





             reply	other threads:[~2024-07-10 10:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10  8:39 Rick Huijzer [this message]
2024-07-11 17:15 ` [bug#72032] QA Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240710084001.3514-1-ikbenrickhuyzer@gmail.com \
    --to=ikbenrickhuyzer@gmail.com \
    --cc=72032@debbugs.gnu.org \
    --cc=r.huijzer@dca-ict.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).