mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests: Update to 2.24.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.24.0.
This commit is contained in:
parent
e21e294a2c
commit
dd31108b25
1 changed files with 2 additions and 2 deletions
|
@ -1630,13 +1630,13 @@ WebSocket usage in Python programs.")
|
||||||
(define-public python-requests
|
(define-public python-requests
|
||||||
(package
|
(package
|
||||||
(name "python-requests")
|
(name "python-requests")
|
||||||
(version "2.23.0")
|
(version "2.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "requests" version))
|
(uri (pypi-uri "requests" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k"))))
|
"06r3017hz0hzxv42gpg73l8xvdjbzw7q904ljvp36b5p3l9rlmdk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-certifi" ,python-certifi)
|
`(("python-certifi" ,python-certifi)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue