mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ceph: Update to 14.2.9.
* gnu/packages/storage.scm (ceph): Update to 14.2.9.
This commit is contained in:
parent
70ebab5aa7
commit
bd0a9062f8
1 changed files with 2 additions and 2 deletions
|
@ -53,14 +53,14 @@ (define-module (gnu packages storage)
|
||||||
(define-public ceph
|
(define-public ceph
|
||||||
(package
|
(package
|
||||||
(name "ceph")
|
(name "ceph")
|
||||||
(version "14.2.8")
|
(version "14.2.9")
|
||||||
(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
|
||||||
"0p7pjycqhxqg1mmix8ykx3xqq01d560p54iiidxps0rcvwfkyyki"))
|
"0zkh1a23v8g1fa5flqa2d53lv08ancab3li57gybpqpnja90k7il"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "ceph-disable-cpu-optimizations.patch"))
|
(search-patches "ceph-disable-cpu-optimizations.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Loading…
Reference in a new issue