diff options
| author | Cyril Roelandt <tipecaml@gmail.com> | 2015-10-11 05:16:28 +0200 |
|---|---|---|
| committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 21:38:13 +0100 |
| commit | cbaa6a1e41178fa96c6911eb503e6ae1cc191eac (patch) | |
| tree | d69b64d7abd58feb9536dbfda93a4d9aa05db13d /gnu/packages/python.scm | |
| parent | d8bdd38201328b95d849dc95073f842db6eb3b8d (diff) | |
gnu: Update python-requests.
* gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | 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 1055c6f2420..70b297d0e19 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -2073,7 +2073,7 @@ with sensible defaults out of the box.") | |||
| 2073 | (define-public python-requests | 2073 | (define-public python-requests |
| 2074 | (package | 2074 | (package |
| 2075 | (name "python-requests") | 2075 | (name "python-requests") |
| 2076 | (version "2.4.0") | 2076 | (version "2.8.0") |
| 2077 | (source (origin | 2077 | (source (origin |
| 2078 | (method url-fetch) | 2078 | (method url-fetch) |
| 2079 | (uri | 2079 | (uri |
| @@ -2082,7 +2082,7 @@ with sensible defaults out of the box.") | |||
| 2082 | version ".tar.gz")) | 2082 | version ".tar.gz")) |
| 2083 | (sha256 | 2083 | (sha256 |
| 2084 | (base32 | 2084 | (base32 |
| 2085 | "0gknlfx1wakrrm1zi8gi03x2lzj4dsns0vjw0nsmgqvkphyf01vh")))) | 2085 | "0yrvj8hfnabrdxds59w6d6887sn5j0jlgpmcq04lk4k0kdc07w5j")))) |
| 2086 | (build-system python-build-system) | 2086 | (build-system python-build-system) |
| 2087 | (inputs | 2087 | (inputs |
| 2088 | `(("python-setuptools" ,python-setuptools) | 2088 | `(("python-setuptools" ,python-setuptools) |
