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
This commit is contained in:
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

View file

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