mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
56893b9bbf
commit
0a193d321b
1 changed files with 2 additions and 2 deletions
|
@ -7443,14 +7443,14 @@ responses, rather than doing any computation.")
|
||||||
(define-public python-pip
|
(define-public python-pip
|
||||||
(package
|
(package
|
||||||
(name "python-pip")
|
(name "python-pip")
|
||||||
(version "19.2.1")
|
(version "20.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pip" version))
|
(uri (pypi-uri "pip" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"100sd12ss4mbdj5lf3wawad29cm573b27765mq098x6xhcj71395"))))
|
"0zwnlsjn6mb742cr995zfbk9v56ygxp8w3k49601r9by9kmcic3x"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; there are no tests in the pypi archive.
|
'(#:tests? #f)) ; there are no tests in the pypi archive.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue