Archived
1
0
Fork 0

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:
Marius Bakke 2020-07-24 22:37:42 +02:00
parent e21e294a2c
commit dd31108b25
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1630,13 +1630,13 @@ WebSocket usage in Python programs.")
(define-public python-requests
(package
(name "python-requests")
(version "2.23.0")
(version "2.24.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
"1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k"))))
"06r3017hz0hzxv42gpg73l8xvdjbzw7q904ljvp36b5p3l9rlmdk"))))
(build-system python-build-system)
(propagated-inputs
`(("python-certifi" ,python-certifi)