mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
a570cea4c6
commit
9b54d52116
1 changed files with 3 additions and 2 deletions
|
@ -2518,17 +2518,18 @@ APIs.")
|
||||||
(define-public python-requests
|
(define-public python-requests
|
||||||
(package
|
(package
|
||||||
(name "python-requests")
|
(name "python-requests")
|
||||||
(version "2.25.0")
|
(version "2.26.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
|
||||||
"1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz"))))
|
"19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-certifi" ,python-certifi)
|
`(("python-certifi" ,python-certifi)
|
||||||
("python-chardet" ,python-chardet)
|
("python-chardet" ,python-chardet)
|
||||||
|
("python-charset-normalizer" ,python-charset-normalizer)
|
||||||
("python-idna" ,python-idna)
|
("python-idna" ,python-idna)
|
||||||
("python-urllib3" ,python-urllib3)))
|
("python-urllib3" ,python-urllib3)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue