guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: ceph: Update to 13.2.5.


From: guix-commits
Subject: 02/03: gnu: ceph: Update to 13.2.5.
Date: Fri, 15 Mar 2019 11:21:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b12af3fd1ed0eeb0bba89f20370673e7bbf52fa7
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 15 16:16:42 2019 +0100

    gnu: ceph: Update to 13.2.5.
    
    * gnu/packages/storage.scm (ceph): Update to 13.2.5.
---
 gnu/packages/storage.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index 063825f..ee74f94 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -54,14 +54,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "13.2.2")
+    (version "13.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0h483n9iy0fkbqrhf7k0dzspwdpcaswkjwmc5n5c600fr6s1v9pk"))
+                "0jbs6l763clbqnq2s5jksn44yf71rhcnk85cw64fqvmv0r4ch71n"))
               (patches
                (search-patches "ceph-skip-unittest_blockdev.patch"
                                "ceph-skip-collect-sys-info-test.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]