Skip to content
Snippets Groups Projects
Unverified Commit b12af3fd authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: ceph: Update to 13.2.5.

* gnu/packages/storage.scm (ceph): Update to 13.2.5.
parent 18e627be
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,14 @@ (define-module (gnu packages storage) ...@@ -54,14 +54,14 @@ (define-module (gnu packages storage)
(define-public ceph (define-public ceph
(package (package
(name "ceph") (name "ceph")
(version "13.2.2") (version "13.2.5")
(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
"0h483n9iy0fkbqrhf7k0dzspwdpcaswkjwmc5n5c600fr6s1v9pk")) "0jbs6l763clbqnq2s5jksn44yf71rhcnk85cw64fqvmv0r4ch71n"))
(patches (patches
(search-patches "ceph-skip-unittest_blockdev.patch" (search-patches "ceph-skip-unittest_blockdev.patch"
"ceph-skip-collect-sys-info-test.patch" "ceph-skip-collect-sys-info-test.patch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment