guix-commits
[Top][All Lists]
Advanced

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

06/96: gnu: python-pip: Update to 23.1.


From: guix-commits
Subject: 06/96: gnu: python-pip: Update to 23.1.
Date: Wed, 19 Apr 2023 21:41:04 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 43b0388ed0793ed71b753b303ca16a3c24bf29ae
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 15 22:18:21 2023 -0400

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

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 5590b42b1b..41d7157d4f 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -217,14 +217,14 @@ PyPI (pypi.org).")
 (define-public python-pip
   (package
     (name "python-pip")
-    (version "22.2.2")
+    (version "23.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pip" version))
        (sha256
         (base32
-         "0jwac0bhfp48w4fqibf1ysrs2grksdv92hwqm7bmdw2jn2fr5l9z"))))
+         "0jnk639v9h7ghslm4jnlic6rj3v29nygflx1hgxxndg5gs4kk1a0"))))
     (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]