guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 376e5d1cec2c4f75ef45a79ae248fff244e1c474
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 7b673da477..fd8483c8eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34847,7 +34847,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)
@@ -34856,9 +34856,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