guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/12] gnu: Update python-requests.


From: Cyril Roelandt
Subject: [PATCH 04/12] gnu: Update python-requests.
Date: Mon, 12 Oct 2015 23:41:00 +0200

* gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fc4fad6..44e3e6b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2071,7 +2071,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
@@ -2080,7 +2080,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)
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]