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

* [bug#45396] [PATCH] gnu: memcached: Update to 1.6.9.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2020-12-24 20:43 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45396

On Wed, Dec 23, 2020 at 04:30:51PM +0100, Vincent Legoll wrote:
> * gnu/packages/databases.scm (memcached): Update to 1.6.9.

Thanks!

I tried building it and it appeared to hang during the test suite. Is
that expected? Does it build for you?




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

* bug#45396: [PATCH] gnu: memcached: Update to 1.6.9.
  2020-12-24 20:43 ` Leo Famulari
@ 2020-12-26 20:03   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2020-12-26 20:03 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Vincent Legoll, 45396-done

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

On Thu, Dec 24, 2020 at 03:43:41PM -0500, Leo Famulari wrote:
> On Wed, Dec 23, 2020 at 04:30:51PM +0100, Vincent Legoll wrote:
> > * gnu/packages/databases.scm (memcached): Update to 1.6.9.
> 
> Thanks!
> 
> I tried building it and it appeared to hang during the test suite. Is
> that expected? Does it build for you?
> 

This builds just fine for me on my new system. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

^ permalink raw reply	[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.