guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: memcached: Update to 1.5.10.


From: Tobias Geerinckx-Rice
Subject: 17/17: gnu: memcached: Update to 1.5.10.
Date: Tue, 14 Aug 2018 11:32:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b432c052034d529b27d6094b899f0c9583fc6f55
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 15:29:18 2018 +0200

    gnu: memcached: Update to 1.5.10.
    
    * gnu/packages/databases.scm (memcached): Update to 1.5.10.
---
 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 4b576e2..c148ba4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -398,7 +398,7 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.5.8")
+    (version "1.5.10")
     (source
      (origin
        (method url-fetch)
@@ -406,7 +406,7 @@ mapping from string keys to string values.")
              "https://memcached.org/files/memcached-"; version ".tar.gz"))
        (sha256
         (base32
-         "1ppnhsqv9047vm0rrmqla56y972f8qqjdb780iz6v922jjcc723k"))))
+         "0jqw3z0408yx0lzc6ykn4d29n02dk31kqnmq9b3ldmcnpl6hck29"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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