vagrantc pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 108e5361a1a353b140cf0999ceddbfbf1a7b81fd Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Oct 31 20:49:42 2021 -0400 gnu: python-requests: Update to 2.26.0. * gnu/packages/python-web.scm (python-requests): Update to 2.26.0. [propagated-inputs]: add python-charset-normalizer. --- gnu/packages/python-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6439b7a..1399b69 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2517,17 +2517,18 @@ APIs.") (define-public python-requests (package (name "python-requests") - (version "2.25.0") + (version "2.26.0") (source (origin (method url-fetch) (uri (pypi-uri "requests" version)) (sha256 (base32 - "1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz")))) + "19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq")))) (build-system python-build-system) (propagated-inputs `(("python-certifi" ,python-certifi) ("python-chardet" ,python-chardet) + ("python-charset-normalizer" ,python-charset-normalizer) ("python-idna" ,python-idna) ("python-urllib3" ,python-urllib3))) (arguments
