all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38888] [PATCH] gnu: redis: Update to 5.0.7.
@ 2020-01-03  5:44 Jethro Cao
  2020-01-12 21:10 ` bug#38888: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jethro Cao @ 2020-01-03  5:44 UTC (permalink / raw)
  To: 38888; +Cc: Jethro Cao

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38888: [PATCH] gnu: redis: Update to 5.0.7.
  2020-01-03  5:44 [bug#38888] [PATCH] gnu: redis: Update to 5.0.7 Jethro Cao
@ 2020-01-12 21:10 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-01-12 21:10 UTC (permalink / raw)
  To: Jethro Cao, 38888-done

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

Jethro Cao <jethrocao@gmail.com> writes:

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

Applied (with a commit message), thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-12 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03  5:44 [bug#38888] [PATCH] gnu: redis: Update to 5.0.7 Jethro Cao
2020-01-12 21:10 ` bug#38888: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.