summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2026-01-15 17:21:01 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-06 09:26:52 +0100
commitd1f4adcd1caa39f00efc63cb280f5dcae0968884 (patch)
treeef687763316e818cde6daff3a20d428e17bb6fb6 /gnu/packages/python-xyz.scm
parent7425e7e03ae78cf3a3d9f450b4578740e8f221e9 (diff)
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 <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1bd2ff2d30d..bdd932624cb 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