guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-libusb1: Update to 3.0.0.


From: guix-commits
Subject: branch core-updates updated: gnu: python-libusb1: Update to 3.0.0.
Date: Sun, 23 Apr 2023 04:57:56 -0400

This is an automated email from the git hooks/post-receive script.

glv 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 01d7fc9d56 gnu: python-libusb1: Update to 3.0.0.
01d7fc9d56 is described below

commit 01d7fc9d566b456e343cc93dae23f0faa8f15f49
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Apr 23 10:38:53 2023 +0200

    gnu: python-libusb1: Update to 3.0.0.
    
    * gnu/packages/libusb.scm (python-libusb1): Update to 3.0.0.
---
 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 612af8b30e..d0837c8a91 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -233,14 +233,14 @@ implementing @code{javax.usb} (JSR-80).")
 (define-public python-libusb1
   (package
     (name "python-libusb1")
-    (version "2.0.1")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "libusb1" version))
        (sha256
         (base32
-         "0ikc7z7mdyr8pm0mk3ibab1hqrq4cpi9frmc3p94hsmbyzn85fnk"))))
+         "0f45rjgkq4wgyav6dz57ggj34p2l00c9n3d4639ia3z4zvgak4jp"))))
     (build-system python-build-system)
     (arguments
      '(#:modules ((srfi srfi-1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]