emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38888: closed ([PATCH] gnu: redis: Update to 5.0.7.)


From: GNU bug Tracking System
Subject: bug#38888: closed ([PATCH] gnu: redis: Update to 5.0.7.)
Date: Sun, 12 Jan 2020 21:11:01 +0000

Your message dated Sun, 12 Jan 2020 22:10:26 +0100
with message-id <address@hidden>
and subject line Re: [bug#38888] [PATCH] gnu: redis: Update to 5.0.7.
has caused the debbugs.gnu.org bug report #38888,
regarding [PATCH] gnu: redis: Update to 5.0.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38888: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38888
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38888] [PATCH] gnu: redis: Update to 5.0.7. Date: Sun, 12 Jan 2020 22:10:26 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Jethro Cao <address@hidden> writes:

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

Applied (with a commit message), thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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