guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pip: Update to 18.1.


From: guix-commits
Subject: 01/01: gnu: python-pip: Update to 18.1.
Date: Sun, 2 Dec 2018 03:47:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b7ed32107b5853904c9b37761b786e70b5c3c081
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 2 09:47:16 2018 +0100

    gnu: python-pip: Update to 18.1.
    
    * gnu/packages/python.scm (python-pip): Update to 18.1.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cab0112..302eb89 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]