gnu: python-pip: Update to 19.2.1.
* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
This commit is contained in:
parent
5aa4278319
commit
523ba4b16e
|
@ -7312,14 +7312,14 @@ responses, rather than doing any computation.")
|
||||||
(define-public python-pip
|
(define-public python-pip
|
||||||
(package
|
(package
|
||||||
(name "python-pip")
|
(name "python-pip")
|
||||||
(version "18.1")
|
(version "19.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pip" version))
|
(uri (pypi-uri "pip" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"188fclay154s520n43s7cxxlhdaiysvxf19zk8vr1xbyjyyr58n0"))))
|
"100sd12ss4mbdj5lf3wawad29cm573b27765mq098x6xhcj71395"))))
|
||||||
(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…
Reference in New Issue