Archived
1
0
Fork 0

gnu: ceph: Update to 14.2.16.

* gnu/packages/storage.scm (ceph): Update to 14.2.16.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 23:10:49 +01:00
parent 0ca4778dc2
commit 56734df957
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -55,14 +55,14 @@
(define-public ceph (define-public ceph
(package (package
(name "ceph") (name "ceph")
(version "14.2.15") (version "14.2.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-" (uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rq4pp7j8x0f4csspd9csllz6h3phiqfh5vlvsqsj60agyhidinc")) "0lmdri415hqczc9565s5m5568pnj97ipqxgnw6085kps0flwq5zh"))
(patches (patches
(search-patches "ceph-disable-cpu-optimizations.patch")) (search-patches "ceph-disable-cpu-optimizations.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))