diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-02-06 09:13:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-13 23:32:19 +0100 |
commit | 0a193d321b603b6b95b00594c124b37de230261e (patch) | |
tree | 5289a742ad0fa66742ce9f819d6fe76ab4349a7a | |
parent | 56893b9bbfa7daec0fe83a13e660de8822800e84 (diff) | |
download | guix-0a193d321b603b6b95b00594c124b37de230261e.tar guix-0a193d321b603b6b95b00594c124b37de230261e.tar.gz |
gnu: python-pip: Update to 20.0.2.
* gnu/packages/python-xyz.scm (python-pip): Update to 20.0.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fd222aa1f2..ca559ca00a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7443,14 +7443,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. |