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:
parent
e99c838d4f
commit
bb1eb43c31
1 changed files with 2 additions and 2 deletions
|
@ -3606,13 +3606,13 @@ than Python’s 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
|
||||||
|
|
Reference in a new issue