gnu: python-pip: Update to 18.1.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 2 Dec 2018 08:47:16 +0000 (09:47 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 2 Dec 2018 08:47:16 +0000 (09:47 +0100)
* gnu/packages/python.scm (python-pip): Update to 18.1.

gnu/packages/python.scm

index cab0112..302eb89 100644 (file)
@@ -6680,14 +6680,14 @@ responses, rather than doing any computation.")
 (define-public python-pip
   (package
     (name "python-pip")
-    (version "9.0.1")
+    (version "18.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pip" version))
        (sha256
         (base32
-         "03clr9c1dih5n9c00c592zzvf6r1ffimywkaq9agcqdllzhl7wh9"))))
+         "188fclay154s520n43s7cxxlhdaiysvxf19zk8vr1xbyjyyr58n0"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))          ; there are no tests in the pypi archive.