Archived
1
0
Fork 0

gnu: python-pip: Update to 23.1.

* gnu/packages/python-build.scm (python-pip): Update to 23.1.
This commit is contained in:
Maxim Cournoyer 2023-04-15 22:18:21 -04:00
parent a454ca06b8
commit 43b0388ed0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -217,14 +217,14 @@ PyPI (pypi.org).")
(define-public python-pip (define-public python-pip
(package (package
(name "python-pip") (name "python-pip")
(version "22.2.2") (version "23.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pip" version)) (uri (pypi-uri "pip" version))
(sha256 (sha256
(base32 (base32
"0jwac0bhfp48w4fqibf1ysrs2grksdv92hwqm7bmdw2jn2fr5l9z")))) "0jnk639v9h7ghslm4jnlic6rj3v29nygflx1hgxxndg5gs4kk1a0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; there are no tests in the pypi archive. '(#:tests? #f)) ; there are no tests in the pypi archive.