unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49948] [PATCH] gnu: python-libusb1: Update to 1.9.3.
@ 2021-08-09  0:56 Milkey Mouse
  2021-08-10 15:31 ` bug#49948: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Milkey Mouse @ 2021-08-09  0:56 UTC (permalink / raw)
  To: 49948

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49948: [PATCH] gnu: python-libusb1: Update to 1.9.3.
  2021-08-09  0:56 [bug#49948] [PATCH] gnu: python-libusb1: Update to 1.9.3 Milkey Mouse
@ 2021-08-10 15:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-08-10 15:31 UTC (permalink / raw)
  To: Milkey Mouse; +Cc: 49948-done

Hi,

Milkey Mouse <milkeymouse@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-10 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  0:56 [bug#49948] [PATCH] gnu: python-libusb1: Update to 1.9.3 Milkey Mouse
2021-08-10 15:31 ` bug#49948: " Ludovic Courtès

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).