me
/
guix
Archived
1
0
Fork 0

gnu: python-requests: Update to 2.27.1.

* gnu/packages/python-web.scm (python-requests): Update to 2.27.1.
master
Marius Bakke 2022-01-22 15:59:40 +01:00
parent 4a739062f7
commit 4ec10765f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2532,13 +2532,13 @@ APIs.")
(define-public python-requests
(package
(name "python-requests")
(version "2.26.0")
(version "2.27.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
"19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq"))))
"0qcsbi919d689xqlgyhw9zkppp1fs6k09wwffa3ri6d8smpwbmv8"))))
(build-system python-build-system)
(propagated-inputs
(list python-certifi python-chardet python-charset-normalizer