guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: python-requests: Update to 2.9.1.


From: Efraim Flashner
Subject: 02/14: gnu: python-requests: Update to 2.9.1.
Date: Thu, 25 Feb 2016 19:16:31 +0000

efraim pushed a commit to branch master
in repository guix.

commit 74a066f9a07f04e2bd1bf87fbccb6166ab78a423
Author: Efraim Flashner <address@hidden>
Date:   Thu Feb 25 10:21:45 2016 +0200

    gnu: python-requests: Update to 2.9.1.
    
    * gnu/packages/python.scm (python-requests): Update to 2.9.1.
---
 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 fb13338..f800851 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2188,13 +2188,13 @@ installed with a newer @code{pip} or with wheel's own 
command line utility.")
 (define-public python-requests
   (package
     (name "python-requests")
-    (version "2.8.1")
+    (version "2.9.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "requests" version))
              (sha256
               (base32
-               "0ny2nr1sqr4hcn3903ghmh7w2yni8shlfv240a8c9p6wyidqvzl4"))))
+               "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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