all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45396] [PATCH] gnu: memcached: Update to 1.6.9.
@ 2020-12-23 15:30 Vincent Legoll
  2020-12-24 20:43 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-12-23 15:30 UTC (permalink / raw)
  To: 45396; +Cc: Vincent Legoll

* gnu/packages/databases.scm (memcached): Update to 1.6.9.
---
 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 3bd2add8ca..d60fdfff17 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -516,14 +516,14 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.5.20")
+    (version "1.6.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://memcached.org/files/memcached-" version ".tar.gz"))
        (sha256
-        (base32 "1r511qr95q0ywdaql3pdjiwzkfqxhhfzb13ilvl7mznfm4iv1myg"))))
+        (base32 "1lcjy1b9krnb2gk72qd1fvivlfiyfvknfi3wngyvyk9ifzijr9nm"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.29.2





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

end of thread, other threads:[~2020-12-26 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 15:30 [bug#45396] [PATCH] gnu: memcached: Update to 1.6.9 Vincent Legoll
2020-12-24 20:43 ` Leo Famulari
2020-12-26 20:03   ` bug#45396: " Efraim Flashner

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.