mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: memcached: Update to 1.6.18.
* gnu/packages/databases.scm (memcached): Update to 1.6.18.
This commit is contained in:
parent
6fb3dfdfa9
commit
f887a0085d
1 changed files with 2 additions and 2 deletions
|
@ -487,14 +487,14 @@ (define-public leveldb
|
|||
(define-public memcached
|
||||
(package
|
||||
(name "memcached")
|
||||
(version "1.6.17")
|
||||
(version "1.6.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://memcached.org/files/memcached-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "090jpprdjhbr1v9ph15s077bj8ryrsnz1ydg54aw53rxc5ry6m90"))))
|
||||
(base32 "0n21svnjw8j7bdbwrn0apnfql7ckraqgrl7wj9fsqj86h6w6mpfb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libevent cyrus-sasl))
|
||||
|
|
Loading…
Reference in a new issue