diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-26 23:25:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-08-26 23:25:55 +0200 |
commit | 523ba4b16e9c250783e482cc6c5c42dd4484e172 (patch) | |
tree | 24aa3c90a78411fc7ee73a7ab0529d42521af027 /gnu | |
parent | 5aa4278319a914c69a6a0f61c1b09b7db8573e57 (diff) | |
download | patches-523ba4b16e9c250783e482cc6c5c42dd4484e172.tar patches-523ba4b16e9c250783e482cc6c5c42dd4484e172.tar.gz |
gnu: python-pip: Update to 19.2.1.
* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 64c1b7f443..79bcd7090f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7312,14 +7312,14 @@ responses, rather than doing any computation.") (define-public python-pip (package (name "python-pip") - (version "18.1") + (version "19.2.1") (source (origin (method url-fetch) (uri (pypi-uri "pip" version)) (sha256 (base32 - "188fclay154s520n43s7cxxlhdaiysvxf19zk8vr1xbyjyyr58n0")))) + "100sd12ss4mbdj5lf3wawad29cm573b27765mq098x6xhcj71395")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; there are no tests in the pypi archive. |