guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: redis: Update to 3.0.4


From: David Thompson
Subject: 01/02: gnu: redis: Update to 3.0.4
Date: Sun, 13 Sep 2015 13:20:30 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 785fb60e1fd7ed380e9b68b00e9ca89852ec5a3d
Author: David Thompson <address@hidden>
Date:   Sun Sep 13 09:04:40 2015 -0400

    gnu: redis: Update to 3.0.4
    
    * gnu/packages/databases.scm (redis): Update to 3.0.4.
---
 gnu/packages/databases.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 53a73a2..c113959 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -738,14 +738,14 @@ similar to BerkeleyDB, LevelDB, etc.")
 (define-public redis
   (package
     (name "redis")
-    (version "3.0.3")
+    (version "3.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.redis.io/releases/redis-";
                                   version".tar.gz"))
               (sha256
                (base32
-                "19cxdrk380qachw160h1x51mwj7kpkxlggfzfh19bl0nbdkgl20x"))))
+                "1kqjc4qrasadgnl3cg71x3g5qpw2rilyk4pwl151698rb2nr0pm3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; tests related to master/slave and replication fail



reply via email to

[Prev in Thread] Current Thread [Next in Thread]