guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-pip: Update to 20.2.4.


From: guix-commits
Subject: 04/07: gnu: python-pip: Update to 20.2.4.
Date: Mon, 30 Nov 2020 16:31:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit aaa1b8049918a3eea32fb0f5d04fb96c59dbcf2b
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 30 10:49:00 2020 +0100

    gnu: python-pip: Update to 20.2.4.
    
    * gnu/packages/python-xyz.scm (python-pip): Update to 20.2.4.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index df6624a..d34867d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9538,14 +9538,14 @@ responses, rather than doing any computation.")
 (define-public python-pip
   (package
     (name "python-pip")
-    (version "20.0.2")
+    (version "20.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pip" version))
        (sha256
         (base32
-         "0zwnlsjn6mb742cr995zfbk9v56ygxp8w3k49601r9by9kmcic3x"))))
+         "18b4qcijwivvkj1g0hs4w8zjbks0bjzdjcrqybnhmyx0gs2rmjc5"))))
     (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]