gnu: python-redis: Update to 3.3.8.

* gnu/packages/databases.scm (python-redis): Update to 3.3.8.
master
Tobias Geerinckx-Rice 2019-08-22 12:26:43 +02:00
parent 524c0ece8e
commit 23503abbc0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2729,13 +2729,13 @@ reasonable substitute.")
(define-public python-redis
(package
(name "python-redis")
(version "3.2.1")
(version "3.3.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "redis" version))
(sha256
(base32 "0wwj8il4c3aff15xwwcjfci367zxsakq05ps1a2il6yavp91i94c"))))
(base32 "0fyxzqax7lcwzwhvnz0i0q6v62hxyv1mv52ywx3bpff9a2vjz8lq"))))
(build-system python-build-system)
;; Tests require a running Redis server.
(arguments '(#:tests? #f))