guix-commits
[Top][All Lists]
Advanced

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

17/49: gnu: memcached: Update to 1.6.28.


From: guix-commits
Subject: 17/49: gnu: memcached: Update to 1.6.28.
Date: Mon, 24 Jun 2024 09:04:30 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7aab18bdf374d6af1a800390210730924e322479
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Jun 12 03:03:37 2024 -0700

    gnu: memcached: Update to 1.6.28.
    
    * gnu/packages/databases.scm (memcached): Update to 1.6.28.
    
    Change-Id: I9a75ed2794631a8901c4107adb560986595ffb9c
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 7854188eb0..624371ccf4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -527,14 +527,14 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.6.21")
+    (version "1.6.28")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://memcached.org/files/memcached-"; version ".tar.gz"))
        (sha256
-        (base32 "1vm27la2yanjhwwdwabci4c21yv9hy5iqas47kcxaza1zh79i267"))))
+        (base32 "0ma8qn97hng8vp52s3906g9id75yicf96950hm40zn47k1z2vl5i"))))
     (build-system gnu-build-system)
     (inputs
      (list libevent cyrus-sasl))



reply via email to

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