diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 23:10:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-22 13:09:30 +0100 |
commit | 56734df9574c228f4975a0862b1a65e83ecc3a68 (patch) | |
tree | 38f23336779ee44f27d609a0059b246857ba7f57 | |
parent | 0ca4778dc29fc76bf2b8f87219dab0b30b6b46d4 (diff) |
gnu: ceph: Update to 14.2.16.
* gnu/packages/storage.scm (ceph): Update to 14.2.16.
-rw-r--r-- | gnu/packages/storage.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index 88350ac81b..d53327df75 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -55,14 +55,14 @@ (define-public ceph (package (name "ceph") - (version "14.2.15") + (version "14.2.16") (source (origin (method url-fetch) (uri (string-append "https://download.ceph.com/tarballs/ceph-" version ".tar.gz")) (sha256 (base32 - "1rq4pp7j8x0f4csspd9csllz6h3phiqfh5vlvsqsj60agyhidinc")) + "0lmdri415hqczc9565s5m5568pnj97ipqxgnw6085kps0flwq5zh")) (patches (search-patches "ceph-disable-cpu-optimizations.patch")) (modules '((guix build utils))) |