gnu: python-redis: Update to 3.3.8.
* gnu/packages/databases.scm (python-redis): Update to 3.3.8.
This commit is contained in:
parent
524c0ece8e
commit
23503abbc0
|
@ -2729,13 +2729,13 @@ reasonable substitute.")
|
||||||
(define-public python-redis
|
(define-public python-redis
|
||||||
(package
|
(package
|
||||||
(name "python-redis")
|
(name "python-redis")
|
||||||
(version "3.2.1")
|
(version "3.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "redis" version))
|
(uri (pypi-uri "redis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wwj8il4c3aff15xwwcjfci367zxsakq05ps1a2il6yavp91i94c"))))
|
(base32 "0fyxzqax7lcwzwhvnz0i0q6v62hxyv1mv52ywx3bpff9a2vjz8lq"))))
|
||||||
(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