summaryrefslogtreecommitdiff
path: root/gnu/packages/storage.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-20 16:18:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-21 00:29:37 +0100
commit6a7e912aee9a6ed8e38e68f45731760a6eb28cdb (patch)
treea3922be186e2fc8565f8e77402f8910fe4239a25 /gnu/packages/storage.scm
parent7e5580bd81ca6586268fe49fcf4aec0153d160d4 (diff)
downloadguix-patches-6a7e912aee9a6ed8e38e68f45731760a6eb28cdb.tar
guix-patches-6a7e912aee9a6ed8e38e68f45731760a6eb28cdb.tar.gz
gnu: ceph: Update to 14.2.14.
* gnu/packages/storage.scm (ceph): Update to 14.2.14.
Diffstat (limited to 'gnu/packages/storage.scm')
-rw-r--r--gnu/packages/storage.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index e1549c1728..48944d3b72 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -55,14 +55,14 @@
(define-public ceph
(package
(name "ceph")
- (version "14.2.13")
+ (version "14.2.14")
(source (origin
(method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz"))
(sha256
(base32
- "0gaxjs909wf00nvh4z53cin89dw67v1q47b2jvi3iibynhkahkg1"))
+ "10ma8qimgspz1q3lqb4yl990l9xa87iwd0r4dxl5xg89w6j7qwix"))
(patches
(search-patches "ceph-disable-cpu-optimizations.patch"))
(modules '((guix build utils)))