gnu: memcached: Update to 1.5.20.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 22 Jan 2020 22:16:29 +0000 (23:16 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 22 Jan 2020 23:06:52 +0000 (00:06 +0100)
* gnu/packages/databases.scm (memcached): Update to 1.5.20.

gnu/packages/databases.scm

index e90fdfe..ea74852 100644 (file)
@@ -337,14 +337,14 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.5.16")
+    (version "1.5.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://memcached.org/files/memcached-" version ".tar.gz"))
        (sha256
-        (base32 "0nnccb697jhdn5gqrh3phibzs6xr4nf4ryv7nmyv5vf11n4jr8j5"))))
+        (base32 "1r511qr95q0ywdaql3pdjiwzkfqxhhfzb13ilvl7mznfm4iv1myg"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)