gnu: python-redis: Update to 2.10.5.

* gnu/packages/python.scm (python-redis): Update to 2.10.5.
[source]: Use pypi-uri.
master
Tobias Geerinckx-Rice 2017-01-25 01:55:14 +01:00
parent bfaf8efd74
commit 911a8fafb2
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 5 deletions

View File

@ -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))