gnu: redis: Update to 4.0.1.

* gnu/packages/databases.scm (redis): Update to 4.0.1.
This commit is contained in:
Ben Woodcroft 2017-07-28 21:10:49 +10:00
parent ac01cb0790
commit f112bd26ae
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

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