me
/
guix
Archived
1
0
Fork 0

gnu: python-requests: Update to 2.23.0.

* gnu/packages/python-web.scm (python-requests): Update to 2.23.0.
master
Marius Bakke 2020-05-14 23:06:58 +02:00 committed by Marius Bakke
parent 21cbde9f44
commit 45f01bc007
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1435,13 +1435,13 @@ WebSocket usage in Python programs.")
(define-public python-requests
(package
(name "python-requests")
(version "2.22.0")
(version "2.23.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
"1d5ybh11jr5sm7xp6mz8fyc7vrp4syifds91m7sj60xalal0gq0i"))))
"1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k"))))
(build-system python-build-system)
(propagated-inputs
`(("python-certifi" ,python-certifi)