From d1f4adcd1caa39f00efc63cb280f5dcae0968884 Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Thu, 15 Jan 2026 17:21:01 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') 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 -- cgit v1.3