summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-20 20:46:06 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-20 20:46:27 +0100
commita3a753bf211a2edb27e88c10487fb377aa7c19f7 (patch)
treef72d0aba34eedf42396e5acfafe11bcedc97ffbc
parentf2b9ba472175e884150e27b891e1ca8b66591a57 (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 4 insertions, 4 deletions
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:
;; <https://github.com/click-contrib/click-repl/issues/128>.
- (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")