gnu: ceph: Update to 14.2.14.
* gnu/packages/storage.scm (ceph): Update to 14.2.14.
This commit is contained in:
parent
7e5580bd81
commit
6a7e912aee
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@
|
||||||
(define-public ceph
|
(define-public ceph
|
||||||
(package
|
(package
|
||||||
(name "ceph")
|
(name "ceph")
|
||||||
(version "14.2.13")
|
(version "14.2.14")
|
||||||
(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
|
||||||
"0gaxjs909wf00nvh4z53cin89dw67v1q47b2jvi3iibynhkahkg1"))
|
"10ma8qimgspz1q3lqb4yl990l9xa87iwd0r4dxl5xg89w6j7qwix"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "ceph-disable-cpu-optimizations.patch"))
|
(search-patches "ceph-disable-cpu-optimizations.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Reference in a new issue