GNU bug report logs - #38888
[PATCH] gnu: redis: Update to 5.0.7.

Previous Next

Package: guix-patches;

Reported by: Jethro Cao <jethrocao <at> gmail.com>

Date: Fri, 3 Jan 2020 05:45:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jethro Cao <jethrocao <at> gmail.com>
Subject: bug#38888: closed (Re: [bug#38888] [PATCH] gnu: redis: Update to
 5.0.7.)
Date: Sun, 12 Jan 2020 21:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38888: [PATCH] gnu: redis: Update to 5.0.7.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38888 <at> debbugs.gnu.org.

-- 
38888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38888
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Jethro Cao <jethrocao <at> gmail.com>, 38888-done <at> debbugs.gnu.org
Cc: Jethro Cao <jethrocao <at> gmail.com>
Subject: Re: [bug#38888] [PATCH] gnu: redis: Update to 5.0.7.
Date: Sun, 12 Jan 2020 22:10:26 +0100
[Message part 3 (text/plain, inline)]
Jethro Cao <jethrocao <at> gmail.com> writes:

> ---
>  gnu/packages/databases.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied (with a commit message), thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Jethro Cao <jethrocao <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Jethro Cao <jethrocao <at> gmail.com>
Subject: [PATCH] gnu: redis: Update to 5.0.7.
Date: Fri,  3 Jan 2020 12:44:10 +0700
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 73b7dc7d3a..91f9735330 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1844,14 +1844,14 @@ similar to BerkeleyDB, LevelDB, etc.")
 (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
-- 
2.20.1




This bug report was last modified 5 years and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.