[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: python-pip: Update to 22.2.2.
From: |
guix-commits |
Subject: |
08/08: gnu: python-pip: Update to 22.2.2. |
Date: |
Sat, 10 Sep 2022 06:43:11 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit fe42befd64df016d755f56107a407f5e4b5c3814
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Sep 2 16:41:45 2022 +0000
gnu: python-pip: Update to 22.2.2.
* gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 180464e157..ed44c53f38 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12472,14 +12472,14 @@ responses, rather than doing any computation.")
(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.
- branch master updated (4f134f26fd -> fe42befd64), guix-commits, 2022/09/10
- 04/08: gnu: Add texlive-latex-translations., guix-commits, 2022/09/10
- 02/08: gnu: Add texlive-latex-seqsplit., guix-commits, 2022/09/10
- 01/08: gnu: Add comments to the bottom of a few package modules., guix-commits, 2022/09/10
- 06/08: gnu: Add texlive-latex-marginfix., guix-commits, 2022/09/10
- 05/08: gnu: Add go-github-com-goccy-go-json., guix-commits, 2022/09/10
- 08/08: gnu: python-pip: Update to 22.2.2.,
guix-commits <=
- 03/08: gnu: Add texlive-latex-enotez., guix-commits, 2022/09/10
- 07/08: gnu: Add texlive-latex-pbox., guix-commits, 2022/09/10