diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:00 +0100 |
commit | eeb740d9371b4243d0446e0a20075a6ca2e0fe57 (patch) | |
tree | d824ea59ca4a4d525ac0cf4b88701870789a5f96 /gnu | |
parent | 501d26650fc4e1f4f53747edbfd6b08eba1a6550 (diff) | |
download | guix-eeb740d9371b4243d0446e0a20075a6ca2e0fe57.tar.gz guix-eeb740d9371b4243d0446e0a20075a6ca2e0fe57.zip |
gnu: memcached: Update to 1.6.13.
* gnu/packages/databases.scm (memcached): Update to 1.6.13.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 4d7b090d03..ff81b24518 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -511,14 +511,14 @@ mapping from string keys to string values.") (define-public memcached (package (name "memcached") - (version "1.6.12") + (version "1.6.13") (source (origin (method url-fetch) (uri (string-append "https://memcached.org/files/memcached-" version ".tar.gz")) (sha256 - (base32 "0ii3z2mhjrimc6mv5z5x6bwp1s2bbzppja4m3pnmd5zgh9gs74gj")))) + (base32 "1m5mhw9ybb8qcyi6hb5kwpqanqmlnz27r54ccabc4y7nhpfvl6mx")))) (build-system gnu-build-system) (inputs (list libevent cyrus-sasl)) |