Skip to content

Commit

Permalink
gnu: python-pip: Update to 22.2.2.
Browse files Browse the repository at this point in the history
* gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.

Signed-off-by: Christopher Baines <[email protected]>
  • Loading branch information
greghogan authored and Christopher Baines committed Sep 10, 2022
1 parent 175fa28 commit fe42bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnu/packages/python-xyz.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe42bef

Please sign in to comment.