gnu: memcached: Update to 1.5.16.

* gnu/packages/databases.scm (memcached): Update to 1.5.16.
master
Tobias Geerinckx-Rice 2019-06-25 14:15:54 +02:00
parent fabcf8c60e
commit 591464e365
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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