guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d1f4adcd1caa39f00efc63cb280f5dcae0968884
Author: Gabriel Wicki <[email protected]>
AuthorDate: Thu Jan 15 17:21:01 2026 +0100
gnu: python-cloup: Update to 3.0.8.
* gnu/packages/python-xyz.scm (python-cloup): Update to 3.0.8.
[native-inputs]: Remove python-wheel; add python-setuptools-scm;
Merges guix/guix!5641
Change-Id: Ib85b2effe287af69bcd880fad7c3f669da55964a
Signed-off-by: Cayetano Santos <[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 1bd2ff2d30..bdd932624c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8183,16 +8183,16 @@ well-tested and interoperable CLIs for handling
GeoJSON.")
(define-public python-cloup
(package
(name "python-cloup")
- (version "2.1.1")
+ (version "3.0.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "cloup" version))
(sha256
(base32
- "05c6cjpnf9s72gyn5dckxbmd8rf2kgdzfsl7pqzrnc1lcdl13zmv"))))
+ "1jryxdmvrxicfqdf5pqnzjbnwikg4r865gga9zvxv5jif850h77r"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-click))
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools
python-setuptools-scm))
(home-page "https://github.com/janLuke/cloup")
(synopsis "Extension library for python-click")
(description