mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests: Update to 2.23.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.23.0.
This commit is contained in:
parent
21cbde9f44
commit
45f01bc007
1 changed files with 2 additions and 2 deletions
|
@ -1435,13 +1435,13 @@ WebSocket usage in Python programs.")
|
||||||
(define-public python-requests
|
(define-public python-requests
|
||||||
(package
|
(package
|
||||||
(name "python-requests")
|
(name "python-requests")
|
||||||
(version "2.22.0")
|
(version "2.23.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
|
||||||
"1d5ybh11jr5sm7xp6mz8fyc7vrp4syifds91m7sj60xalal0gq0i"))))
|
"1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k"))))
|
||||||
(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