gnu: memcached: Update to 1.6.21.

* gnu/packages/databases.scm (memcached): Update to 1.6.21.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 6eaae8a965
commit ad051b038e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -488,14 +488,14 @@ (define-public leveldb
(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))