guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-redis: Update to 2.10.5.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: python-redis: Update to 2.10.5.
Date: Thu, 26 Jan 2017 07:15:07 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 911a8fafb26ee6410ca75fb5ad944ae4e18c8011
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 25 01:55:14 2017 +0100

    gnu: python-redis: Update to 2.10.5.
    
    * gnu/packages/python.scm (python-redis): Update to 2.10.5.
    [source]: Use pypi-uri.
---
 gnu/packages/python.scm |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0ec3a66..d4a4775 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3160,15 +3160,13 @@ mining and data analysis.")
 (define-public python-redis
   (package
     (name "python-redis")
-    (version "2.10.3")
+    (version "2.10.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/r/redis/redis-";
-             version ".tar.gz"))
+       (uri (pypi-uri "redis" version))
        (sha256
-        (base32 "1701qjwn4n05q90fdg4bsg96s27xf5s4hsb4gxhv3xk052q3gyx4"))))
+        (base32 "0csmrkxb29x7xs9b51zplwkkq2hwnbh9jns1g85dykn5rxmaxysx"))))
     (build-system python-build-system)
     ;; Tests require a running Redis server
     (arguments '(#:tests? #f))



reply via email to

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