me
/
guix
Archived
1
0
Fork 0

gnu: python-requests-next: Update to 2.32.3.

* gnu/packages/python-web.scm (python-requests-next): Update to 2.32.3.

Change-Id: Iaf2ebe678b4ee6a4d57a3c5273db244d240e2b55
Leo Famulari 2024-07-10 00:28:45 -04:00
parent e99c838d4f
commit bb1eb43c31
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 2 additions and 2 deletions

View File

@ -3606,13 +3606,13 @@ than Pythons urllib2 library.")
(define-public python-requests-next
(package
(name "python-requests")
(version "2.31.0")
(version "2.32.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
"1qfidaynsrci4wymrw3srz8v1zy7xxpcna8sxpm91mwqixsmlb4l"))))
"0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
(build-system python-build-system)
(propagated-inputs
(list python-certifi