me
/
guix
Archived
1
0
Fork 0

gnu: memcached: Update to 1.6.12.

* gnu/packages/databases.scm (memcached): Update to 1.6.12.
master
Tobias Geerinckx-Rice 2021-10-04 18:15:44 +02:00
parent 08e3224909
commit 5a1aa90775
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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