unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 57545@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2.
Date: Fri,  2 Sep 2022 16:41:45 +0000	[thread overview]
Message-ID: <836b014265b8d5f48a78226a2bcc7d0d1cb48a15.1662134828.git.code@greghogan.com> (raw)

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





             reply	other threads:[~2022-09-02 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-02 16:41 Greg Hogan [this message]
2022-09-10 10:51 ` bug#57545: [PATCH] gnu: python-pip: Update to 22.2.2 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=836b014265b8d5f48a78226a2bcc7d0d1cb48a15.1662134828.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=57545@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).