steap pushed a commit to branch master
in repository guix.
commit cbaa6a1e41178fa96c6911eb503e6ae1cc191eac
Author: Cyril Roelandt <[email protected]>
Date: Sun Oct 11 05:16:28 2015 +0200
gnu: Update python-requests.
* gnu/packages/python.scm (python-requests, python2-requests): Bump to
2.8.0.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1055c6f..70b297d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2073,7 +2073,7 @@ with sensible defaults out of the box.")
(define-public python-requests
(package
(name "python-requests")
- (version "2.4.0")
+ (version "2.8.0")
(source (origin
(method url-fetch)
(uri
@@ -2082,7 +2082,7 @@ with sensible defaults out of the box.")
version ".tar.gz"))
(sha256
(base32
- "0gknlfx1wakrrm1zi8gi03x2lzj4dsns0vjw0nsmgqvkphyf01vh"))))
+ "0yrvj8hfnabrdxds59w6d6887sn5j0jlgpmcq04lk4k0kdc07w5j"))))
(build-system python-build-system)
(inputs
`(("python-setuptools" ,python-setuptools)