diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-25 15:12:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-25 20:31:31 +0100 |
commit | 170dc2102c4757f5c19a055001548333afb16da4 (patch) | |
tree | 80bbbc9c369bed8a94eb0aadfa6ee3e4e6644038 | |
parent | e9f5dfc00497e3b5340166d029075d9bb29b2ad6 (diff) |
gnu: ceph: Update to 14.2.15.
* gnu/packages/storage.scm (ceph): Update to 14.2.15.
-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 48944d3b72..88350ac81b 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -55,14 +55,14 @@ (define-public ceph (package (name "ceph") - (version "14.2.14") + (version "14.2.15") (source (origin (method url-fetch) (uri (string-append "https://download.ceph.com/tarballs/ceph-" version ".tar.gz")) (sha256 (base32 - "10ma8qimgspz1q3lqb4yl990l9xa87iwd0r4dxl5xg89w6j7qwix")) + "1rq4pp7j8x0f4csspd9csllz6h3phiqfh5vlvsqsj60agyhidinc")) (patches (search-patches "ceph-disable-cpu-optimizations.patch")) (modules '((guix build utils))) |