gnu: redis: Update to 5.0.7.

* gnu/packages/databases.scm (redis): Update to 5.0.7.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Jethro Cao 2020-01-03 12:44:10 +07:00 committed by Marius Bakke
parent 9d19266583
commit 84032506fc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1858,14 +1858,14 @@ (define-public unqlite
(define-public redis
(package
(name "redis")
(version "4.0.10")
(version "5.0.7")
(source (origin
(method url-fetch)
(uri (string-append "http://download.redis.io/releases/redis-"
version".tar.gz"))
(sha256
(base32
"194cydhv3hf4v95ifvjvsqrs4jn3ffrkg5lvxj5d3y04lwsp9dhx"))))
"0ax8sf3vw0yadr41kzc04917scrg5wir1d94zmbz00b8pzm79nv1"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; tests related to master/slave and replication fail