me
/
guix
Archived
1
0
Fork 0

gnu: python-pip: Update to 20.2.4.

* gnu/packages/python-xyz.scm (python-pip): Update to 20.2.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Tanguy Le Carrour 2020-11-30 10:49:00 +01:00 committed by Nicolas Goaziou
parent ce6efff6ec
commit aaa1b80499
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9538,14 +9538,14 @@ responses, rather than doing any computation.")
(define-public python-pip (define-public python-pip
(package (package
(name "python-pip") (name "python-pip")
(version "20.0.2") (version "20.2.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pip" version)) (uri (pypi-uri "pip" version))
(sha256 (sha256
(base32 (base32
"0zwnlsjn6mb742cr995zfbk9v56ygxp8w3k49601r9by9kmcic3x")))) "18b4qcijwivvkj1g0hs4w8zjbks0bjzdjcrqybnhmyx0gs2rmjc5"))))
(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.