all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2.
@ 2022-09-02 16:41 Greg Hogan
  2022-09-10 10:51 ` bug#57545: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-09-02 16:41 UTC (permalink / raw)
  To: 57545; +Cc: Greg Hogan

The pip README notes that "pip 21.0, in January 2021, removed Python 2
support". If continued Python 2 support for python-pip is desired, the
old version could be preserved until such time as python2 is removed.

* gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
---
 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 b058704172..7b658daaf6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12457,14 +12457,14 @@ (define-public python-pretend
 (define-public python-pip
   (package
     (name "python-pip")
-    (version "20.2.4")
+    (version "22.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pip" version))
        (sha256
         (base32
-         "18b4qcijwivvkj1g0hs4w8zjbks0bjzdjcrqybnhmyx0gs2rmjc5"))))
+         "0jwac0bhfp48w4fqibf1ysrs2grksdv92hwqm7bmdw2jn2fr5l9z"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))          ; there are no tests in the pypi archive.
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57545: [PATCH] gnu: python-pip: Update to 22.2.2.
  2022-09-02 16:41 [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2 Greg Hogan
@ 2022-09-10 10:51 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-10 10:51 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 57545-done

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]


Greg Hogan <code@greghogan.com> writes:

> The pip README notes that "pip 21.0, in January 2021, removed Python 2
> support". If continued Python 2 support for python-pip is desired, the
> old version could be preserved until such time as python2 is removed.
>
> * gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to master as
fe42befd64df016d755f56107a407f5e4b5c3814.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-10 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 16:41 [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2 Greg Hogan
2022-09-10 10:51 ` bug#57545: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.