* [bug#39450] [PATCH] gnu: python-pip: Update to 20.0.2.
@ 2020-02-06 8:13 Tanguy Le Carrour
2020-02-13 22:26 ` bug#39450: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-02-06 8:13 UTC (permalink / raw)
To: 39450; +Cc: Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-pip): Update to 20.0.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dcc1595446..2faf022934 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7389,14 +7389,14 @@ responses, rather than doing any computation.")
(define-public python-pip
(package
(name "python-pip")
- (version "19.2.1")
+ (version "20.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pip" version))
(sha256
(base32
- "100sd12ss4mbdj5lf3wawad29cm573b27765mq098x6xhcj71395"))))
+ "0zwnlsjn6mb742cr995zfbk9v56ygxp8w3k49601r9by9kmcic3x"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; there are no tests in the pypi archive.
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39450: [PATCH] gnu: python-pip: Update to 20.0.2.
2020-02-06 8:13 [bug#39450] [PATCH] gnu: python-pip: Update to 20.0.2 Tanguy Le Carrour
@ 2020-02-13 22:26 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-02-13 22:26 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 39450-done
Hi,
Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> * gnu/packages/python-xyz.scm (python-pip): Update to 20.0.2.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-13 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 8:13 [bug#39450] [PATCH] gnu: python-pip: Update to 20.0.2 Tanguy Le Carrour
2020-02-13 22:26 ` bug#39450: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).