From: ng0 <n...@libertad.pw> * gnu/packages/python.scm (python-requests): Update to 2.12.4. --- gnu/packages/python.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a4179a67a..6ad40dfde 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2492,19 +2492,20 @@ installed with a newer @code{pip} or with wheel's own command line utility.") (define-public python-requests (package (name "python-requests") - (version "2.9.1") + (version "2.12.4") (source (origin (method url-fetch) (uri (pypi-uri "requests" version)) (sha256 (base32 - "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5")))) + "0d5fwxmw4ibynk3imph3n4n84m0n3ib1vj339fxhkqri0qd4767d")))) (build-system python-build-system) (native-inputs `(("python-py" ,python-py) ("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) - ("python-wheel" ,python-wheel))) + ("python-wheel" ,python-wheel) + ("python-pytest-httpbin-0.0.7" ,python-pytest-httpbin-0.0.7))) (home-page "http://python-requests.org/") (synopsis "Python HTTP library") (description -- 2.11.0