gnu: memcached: Update to 1.6.16.
* gnu/packages/databases.scm (memcached): Update to 1.6.16.
This commit is contained in:
parent
784c00d7fb
commit
e5baa4ad04
1 changed files with 2 additions and 2 deletions
|
@ -481,14 +481,14 @@ (define-public leveldb
|
|||
(define-public memcached
|
||||
(package
|
||||
(name "memcached")
|
||||
(version "1.6.15")
|
||||
(version "1.6.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://memcached.org/files/memcached-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05fmds73hr71bha9gszjfp02lgyacqfyyhkgl6xysy4kchyvwyld"))))
|
||||
(base32 "1nilmfhy8hc7zzlihnx3hmiqf7siyrpgz2g5s3r3l36xy4xsjl9h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libevent cyrus-sasl))
|
||||
|
|
Loading…
Reference in a new issue