1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

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 (define-public python-requests
(package (package
(name "python-requests") (name "python-requests")
(version "2.24.0") (version "2.25.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
"06r3017hz0hzxv42gpg73l8xvdjbzw7q904ljvp36b5p3l9rlmdk")))) "1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-certifi" ,python-certifi) `(("python-certifi" ,python-certifi)