me
/
guix
Archived
1
0
Fork 0

gnu: ceph: Update to 16.2.7.

* gnu/packages/storage.scm (ceph): Update to 16.2.7.
master
Ricardo Wurmus 2021-12-20 20:27:24 +01:00
parent 0a17eee8eb
commit 7c2786af1e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -59,14 +59,14 @@
(define-public ceph
(package
(name "ceph")
(version "16.2.6")
(version "16.2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz"))
(sha256
(base32
"104xmc84d4ycdn7f4z09kvzwl1vlywxp3hbfxhgq0kcmgikb4wad"))
"0n7vpdcxji49bqaa5b7zxif1r80rrkbh0dfacbibvf20kzzbn2fz"))
(patches
(search-patches
"ceph-disable-cpu-optimizations.patch"