gnu: ceph: Update to 14.2.15.

* gnu/packages/storage.scm (ceph): Update to 14.2.15.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-25 15:12:34 +01:00
parent e9f5dfc004
commit 170dc2102c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -55,14 +55,14 @@ (define-module (gnu packages storage)
(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)))