guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 9d9ed95dba608b234f7f14c2c1a3e0b64ac13b29
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Mar 3 20:26:43 2026 +0100

    gnu: python-catalogue: Update to 2.0.10.
    
    * gnu/packages/python-xyz.scm (python-catalogue): Update to 2.0.10.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I5f1c5357f58454a70ec56ef1ff93944ad43fcb48
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f1777bb9c..6cfefcad62 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34801,7 +34801,7 @@ to void* values.")
 (define-public python-catalogue
   (package
     (name "python-catalogue")
-    (version "2.0.7")
+    (version "2.0.10")
     (source
      (origin
        (method git-fetch)
@@ -34810,9 +34810,9 @@ to void* values.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f7dqd8swycnspwfka79whr0v630v52hdmkmd1x7l920h33pg467"))))
+        (base32 "1v93a5dfhqa70kvjh4jxw9mqgwzbzg9w53an0frrx1rj6h96kmw5"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools))
     (home-page "https://github.com/explosion/catalogue";)
     (synopsis "Lightweight function registries for your library")
     (description

Reply via email to