GNU bug report logs -
#49948
[PATCH] gnu: python-libusb1: Update to 1.9.3.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 10 Aug 2021 17:31:17 +0200
with message-id <877dgtqptm.fsf <at> gnu.org>
and subject line Re: bug#49948: [PATCH] gnu: python-libusb1: Update to 1.9.3.
has caused the debbugs.gnu.org bug report #49948,
regarding [PATCH] gnu: python-libusb1: Update to 1.9.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
49948: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49948
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/libusb.scm (python-libusb1): Update to 1.9.3.
[inputs], [propagated-inputs]: Change libusb to a propagated-input.
---
gnu/packages/libusb.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index cb0d45ce86..5a5d867c60 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -225,14 +225,14 @@ implementing @code{javax.usb} (JSR-80).")
(define-public python-libusb1
(package
(name "python-libusb1")
- (version "1.6.4")
+ (version "1.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "libusb1" version))
(sha256
(base32
- "03b7xrz8vqg8w0za5r503jhcmbd1ls5610jcja1rqz833nf0v4wc"))))
+ "0j8p7jb7sibiiib18vyv3w5rrk0f4d2dl99bs18nwkq6pqvwxrk0"))))
(build-system python-build-system)
(arguments
`(#:modules ((srfi srfi-1)
@@ -257,7 +257,7 @@ implementing @code{javax.usb} (JSR-80).")
"^libusb.*\\.so\\..*"))
"\"")))
#t)))))
- (inputs `(("libusb" ,libusb)))
+ (propagated-inputs `(("libusb" ,libusb)))
(home-page "https://github.com/vpelletier/python-libusb1")
(synopsis "Pure-python wrapper for libusb-1.0")
(description "Libusb is a library that gives applications easy access to
--
2.32.0
[Message part 3 (message/rfc822, inline)]
Hi,
Milkey Mouse <milkeymouse <at> meme.institute> skribis:
> * gnu/packages/libusb.scm (python-libusb1): Update to 1.9.3.
> [inputs], [propagated-inputs]: Change libusb to a propagated-input.
Applied, thanks!
Ludo’.
This bug report was last modified 3 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.