gnu: python-requests: Update to 2.23.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.23.0.master
parent
21cbde9f44
commit
45f01bc007
|
@ -1435,13 +1435,13 @@ WebSocket usage in Python programs.")
|
|||
(define-public python-requests
|
||||
(package
|
||||
(name "python-requests")
|
||||
(version "2.22.0")
|
||||
(version "2.23.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "requests" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d5ybh11jr5sm7xp6mz8fyc7vrp4syifds91m7sj60xalal0gq0i"))))
|
||||
"1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-certifi" ,python-certifi)
|
||||
|
|
Reference in New Issue