gnu: Update python-requests.

* gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
This commit is contained in:
Cyril Roelandt 2015-10-11 05:16:28 +02:00
parent d8bdd38201
commit cbaa6a1e41
1 changed files with 2 additions and 2 deletions

View File

@ -2073,7 +2073,7 @@ with sensible defaults out of the box.")
(define-public python-requests (define-public python-requests
(package (package
(name "python-requests") (name "python-requests")
(version "2.4.0") (version "2.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2082,7 +2082,7 @@ with sensible defaults out of the box.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gknlfx1wakrrm1zi8gi03x2lzj4dsns0vjw0nsmgqvkphyf01vh")))) "0yrvj8hfnabrdxds59w6d6887sn5j0jlgpmcq04lk4k0kdc07w5j"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)