gnu: python-requests: Update to 2.25.0.

* gnu/packages/python-web.scm (python-requests): Update to 2.25.0.
This commit is contained in:
Marius Bakke 2020-12-12 17:28:29 +01:00
parent ea8759f8b1
commit d0a0f78946
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -2428,13 +2428,13 @@ APIs.")
(define-public python-requests
(package
(name "python-requests")
(version "2.24.0")
(version "2.25.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
"06r3017hz0hzxv42gpg73l8xvdjbzw7q904ljvp36b5p3l9rlmdk"))))
"1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz"))))
(build-system python-build-system)
(propagated-inputs
`(("python-certifi" ,python-certifi)