mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-pip: Update to 18.1.
* gnu/packages/python.scm (python-pip): Update to 18.1.
This commit is contained in:
parent
ce31ae397b
commit
b7ed32107b
1 changed files with 2 additions and 2 deletions
|
@ -6680,14 +6680,14 @@ (define-public python2-pretend
|
||||||
(define-public python-pip
|
(define-public python-pip
|
||||||
(package
|
(package
|
||||||
(name "python-pip")
|
(name "python-pip")
|
||||||
(version "9.0.1")
|
(version "18.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
|
||||||
"03clr9c1dih5n9c00c592zzvf6r1ffimywkaq9agcqdllzhl7wh9"))))
|
"188fclay154s520n43s7cxxlhdaiysvxf19zk8vr1xbyjyyr58n0"))))
|
||||||
(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 a new issue