[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: memcached: Update to 1.6.18.
From: |
guix-commits |
Subject: |
04/06: gnu: memcached: Update to 1.6.18. |
Date: |
Sun, 22 Jan 2023 10:55:01 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f887a0085d59909ca90a544421903709232965b9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100
gnu: memcached: Update to 1.6.18.
* gnu/packages/databases.scm (memcached): Update to 1.6.18.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 2a66efb2a0..c0ba14f032 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -487,14 +487,14 @@ mapping from string keys to string values.")
(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))
- branch master updated (3174affaf4 -> 091c4d7f0e), guix-commits, 2023/01/22
- 03/06: gnu: klavaro: Update to 3.14., guix-commits, 2023/01/22
- 04/06: gnu: memcached: Update to 1.6.18.,
guix-commits <=
- 02/06: gnu: gvfs: Update to 1.50.3., guix-commits, 2023/01/22
- 06/06: gnu: libxmlb: Update to 0.3.10., guix-commits, 2023/01/22
- 05/06: gnu: libucl: Update to 0.8.2., guix-commits, 2023/01/22
- 01/06: gnu: barrage: Update to 1.0.6., guix-commits, 2023/01/22