gnu: python-redis: Update to 2.10.5.
* gnu/packages/python.scm (python-redis): Update to 2.10.5. [source]: Use pypi-uri.
This commit is contained in:
parent
bfaf8efd74
commit
911a8fafb2
|
@ -3160,15 +3160,13 @@ mining and data analysis.")
|
||||||
(define-public python-redis
|
(define-public python-redis
|
||||||
(package
|
(package
|
||||||
(name "python-redis")
|
(name "python-redis")
|
||||||
(version "2.10.3")
|
(version "2.10.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "redis" version))
|
||||||
"https://pypi.python.org/packages/source/r/redis/redis-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1701qjwn4n05q90fdg4bsg96s27xf5s4hsb4gxhv3xk052q3gyx4"))))
|
(base32 "0csmrkxb29x7xs9b51zplwkkq2hwnbh9jns1g85dykn5rxmaxysx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Tests require a running Redis server
|
;; Tests require a running Redis server
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
|
|
Loading…
Reference in New Issue