From: Leo Famulari <leo@famulari.name>
To: 53640@debbugs.gnu.org
Subject: [bug#53640] [PATCH 1/2] gnu: Add python-click 8.0.3.
Date: Sun, 30 Jan 2022 15:22:22 -0500 [thread overview]
Message-ID: <592b792d0b22889b69d5fc1a6525490ed41417df.1643574143.git.leo@famulari.name> (raw)
In-Reply-To: <Yfby8uhzqYCUMuh8@jasmine.lan>
* gnu/packages/python-xyz.scm (python-click-8): New variable.
---
gnu/packages/python-xyz.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f77fae8d0..4875d7dd64 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3420,6 +3420,17 @@ (define-public python-click
(define-public python2-click
(package-with-python2 python-click))
+(define-public python-click-8
+ (package (inherit python-click)
+ (version "8.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "click" version))
+ (sha256
+ (base32
+ "0nybbsgaff8ihfh74nhmng6qj74pfpg99njc7ivysphg0lmr63j1"))))))
+
(define-public python-click-5
(package (inherit python-click)
(name "python-click")
--
2.34.0
next prev parent reply other threads:[~2022-01-30 20:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-30 20:20 [bug#53640] Python-black 22.1.0 update Leo Famulari
2022-01-30 20:22 ` Leo Famulari [this message]
2022-01-30 20:22 ` [bug#53640] [PATCH 2/2] gnu: python-black: Update to 22.1.0 Leo Famulari
2022-01-31 0:41 ` [bug#53640] Python-black 22.1.0 update Vinicius Monego
2022-01-31 21:06 ` Leo Famulari
2022-08-05 1:27 ` bug#53640: " 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=592b792d0b22889b69d5fc1a6525490ed41417df.1643574143.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=53640@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.