me
/
guix
Archived
1
0
Fork 0

gnu: memcached: Update to 1.6.28.

* gnu/packages/databases.scm (memcached): Update to 1.6.28.

Change-Id: I9a75ed2794631a8901c4107adb560986595ffb9c
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Andy Tai 2024-06-12 03:03:37 -07:00 committed by Maxim Cournoyer
parent e57eff3d29
commit 7aab18bdf3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -527,14 +527,14 @@ mapping from string keys to string values.")
(define-public memcached
(package
(name "memcached")
(version "1.6.21")
(version "1.6.28")
(source
(origin
(method url-fetch)
(uri (string-append
"https://memcached.org/files/memcached-" version ".tar.gz"))
(sha256
(base32 "1vm27la2yanjhwwdwabci4c21yv9hy5iqas47kcxaza1zh79i267"))))
(base32 "0ma8qn97hng8vp52s3906g9id75yicf96950hm40zn47k1z2vl5i"))))
(build-system gnu-build-system)
(inputs
(list libevent cyrus-sasl))