guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: memcached: Update to 1.6.21.


From: guix-commits
Subject: 02/04: gnu: memcached: Update to 1.6.21.
Date: Sun, 17 Sep 2023 16:17:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ad051b038eec422ee9bfc4f5e77ff84a11c27666
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: memcached: Update to 1.6.21.
    
    * gnu/packages/databases.scm (memcached): Update to 1.6.21.
---
 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 2b8e80e1b0..8a2063ee29 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -488,14 +488,14 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.6.18")
+    (version "1.6.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://memcached.org/files/memcached-"; version ".tar.gz"))
        (sha256
-        (base32 "0n21svnjw8j7bdbwrn0apnfql7ckraqgrl7wj9fsqj86h6w6mpfb"))))
+        (base32 "1vm27la2yanjhwwdwabci4c21yv9hy5iqas47kcxaza1zh79i267"))))
     (build-system gnu-build-system)
     (inputs
      (list libevent cyrus-sasl))



reply via email to

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