From a3a753bf211a2edb27e88c10487fb377aa7c19f7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 20 May 2026 20:46:06 +0100 Subject: gnu: python-click-repl: Update to 0.3.0-1.b84191a. * gnu/packages/python-xyz.scm (python-click-repl): Update to b84191aec21b407b3cb3374ff1ab000887d38f29 commit. [propagated-inputs]: Remove python-click-8.1; add python-click. Change-Id: Ia8079ece2255446111a7ea818b703d1aaf030133 --- gnu/packages/python-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fb03821930..2a55ecb97b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10194,8 +10194,8 @@ decorator for retrying on exceptions.") (name "python-click-repl") ;; To support Python 3.12, see: ;; . - (properties '((commit . "9a05fe9e58f768ce446f2777d13b4162211131e0") - (revision . "0"))) + (properties '((commit . "b84191aec21b407b3cb3374ff1ab000887d38f29") + (revision . "1"))) (version (git-version "0.3.0" (assoc-ref properties 'revision) (assoc-ref properties 'commit))) @@ -10207,13 +10207,13 @@ decorator for retrying on exceptions.") (commit (assoc-ref properties 'commit)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kyk3cj4wdckk1sdx0bk19r59sa5bs5s6npx0a99lhsyd92xiv77")))) + (base32 "0kg1qbg69gym4vf8cqhzixqww1f80fpndv5dvi289c3swnhzlyz5")))) (build-system pyproject-build-system) (native-inputs (list python-pytest python-setuptools)) (propagated-inputs - (list python-click-8.1 + (list python-click python-prompt-toolkit)) (home-page "https://github.com/click-contrib/click-repl") (synopsis "REPL plugin for Click") -- cgit v1.3