mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ceph: Update to 14.2.7.
* gnu/packages/storage.scm (ceph): Update to 14.2.7.
This commit is contained in:
parent
710a729605
commit
34e4fb4f11
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue