gnu: ceph: Update to 14.2.9.

* gnu/packages/storage.scm (ceph): Update to 14.2.9.
This commit is contained in:
Marius Bakke 2020-05-08 23:24:36 +02:00
parent 70ebab5aa7
commit bd0a9062f8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -53,14 +53,14 @@ (define-module (gnu packages storage)
(define-public ceph
(package
(name "ceph")
(version "14.2.8")
(version "14.2.9")
(source (origin
(method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz"))
(sha256
(base32
"0p7pjycqhxqg1mmix8ykx3xqq01d560p54iiidxps0rcvwfkyyki"))
"0zkh1a23v8g1fa5flqa2d53lv08ancab3li57gybpqpnja90k7il"))
(patches
(search-patches "ceph-disable-cpu-optimizations.patch"))
(modules '((guix build utils)))