From 1439bc9dbbf563b4267e2b49f3b0c3432b40bad3 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Thu, 14 Apr 2022 12:30:28 +0530 Subject: gnu: Add python-click-8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-xyz.scm (python-click-8): New variable. Signed-off-by: Ludovic Courtès --- gnu/packages/python-xyz.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6f450f6c50..5221b29bd7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3510,6 +3510,18 @@ with sensible defaults out of the box.") (base32 "0njsm0wn31l21bi118g5825ma5sa3rwn7v2x4wjd7yiiahkri337")))) (arguments `()))) +(define-public python-click-8 + (package (inherit python-click) + (name "python-click") + (version "8.1.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "click" version)) + (sha256 + (base32 "0whs38a2i0561kwbgigs6vic9r0a1887m2v1aw3rmv6r2kz0g5s7")))) + (arguments `()))) + (define-public python-cligj (package (name "python-cligj") -- cgit 1.4.1