gnu: ceph: Update to 14.2.7.

* gnu/packages/storage.scm (ceph): Update to 14.2.7.
This commit is contained in:
Marius Bakke 2020-02-10 15:49:40 +01:00
parent 710a729605
commit 34e4fb4f11
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.5")
(version "14.2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz"))
(sha256
(base32
"0wbkdplxs8higmlj57a7rydmx9rq08h0arjrmxmp0s80bn0v5x2c"))
"0qiqhm6hvz299q54k3i4crnb5dhpq6xnn2yqih9pxn9van0dq1ln"))
(patches
(search-patches "ceph-boost-compat.patch"
"ceph-volume-respect-PATH.patch"