gnu: python-redis: Update to 3.2.0.

* gnu/packages/databases.scm (python-redis): Update to 3.2.0.
This commit is contained in:
Julien Lepiller 2019-03-04 21:04:16 +01:00
parent bcbb3cc907
commit dcbe674c86
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -2478,13 +2478,13 @@ (define-public python2-fakeredis
(define-public python-redis
(package
(name "python-redis")
(version "2.10.6")
(version "3.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "redis" version))
(sha256
(base32 "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52"))))
(base32 "0m1b88wg1w6xdwg0siky5k86x8sh6smhbr42ixz41ra81lv34jbj"))))
(build-system python-build-system)
;; Tests require a running Redis server
(arguments '(#:tests? #f))