gnu: memcached: Update to 1.6.15.
* gnu/packages/databases.scm (memcached): Update to 1.6.15.master
parent
0f70547212
commit
9d349c01d8
|
@ -23,7 +23,7 @@
|
||||||
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
||||||
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
||||||
;;; Copyright © 2017, 2021 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2017, 2021 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
|
@ -515,14 +515,14 @@ mapping from string keys to string values.")
|
||||||
(define-public memcached
|
(define-public memcached
|
||||||
(package
|
(package
|
||||||
(name "memcached")
|
(name "memcached")
|
||||||
(version "1.6.13")
|
(version "1.6.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://memcached.org/files/memcached-" version ".tar.gz"))
|
"https://memcached.org/files/memcached-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m5mhw9ybb8qcyi6hb5kwpqanqmlnz27r54ccabc4y7nhpfvl6mx"))))
|
(base32 "05fmds73hr71bha9gszjfp02lgyacqfyyhkgl6xysy4kchyvwyld"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libevent cyrus-sasl))
|
(list libevent cyrus-sasl))
|
||||||
|
|
Reference in New Issue