diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-02 09:47:16 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-12-02 09:47:16 +0100 |
| commit | b7ed32107b5853904c9b37761b786e70b5c3c081 (patch) | |
| tree | cb1c3627593fad582781d988ef1fa7fca7f86f81 /gnu | |
| parent | ce31ae397b7d5f8c686e30821d5d2105d32b4986 (diff) | |
gnu: python-pip: Update to 18.1.
* gnu/packages/python.scm (python-pip): Update to 18.1.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cab0112f442..302eb89cf99 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -6680,14 +6680,14 @@ responses, rather than doing any computation.") | |||
| 6680 | (define-public python-pip | 6680 | (define-public python-pip |
| 6681 | (package | 6681 | (package |
| 6682 | (name "python-pip") | 6682 | (name "python-pip") |
| 6683 | (version "9.0.1") | 6683 | (version "18.1") |
| 6684 | (source | 6684 | (source |
| 6685 | (origin | 6685 | (origin |
| 6686 | (method url-fetch) | 6686 | (method url-fetch) |
| 6687 | (uri (pypi-uri "pip" version)) | 6687 | (uri (pypi-uri "pip" version)) |
| 6688 | (sha256 | 6688 | (sha256 |
| 6689 | (base32 | 6689 | (base32 |
| 6690 | "03clr9c1dih5n9c00c592zzvf6r1ffimywkaq9agcqdllzhl7wh9")))) | 6690 | "188fclay154s520n43s7cxxlhdaiysvxf19zk8vr1xbyjyyr58n0")))) |
| 6691 | (build-system python-build-system) | 6691 | (build-system python-build-system) |
| 6692 | (arguments | 6692 | (arguments |
| 6693 | '(#:tests? #f)) ; there are no tests in the pypi archive. | 6693 | '(#:tests? #f)) ; there are no tests in the pypi archive. |
