guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ceph: Update to 13.2.6.


From: guix-commits
Subject: 01/03: gnu: ceph: Update to 13.2.6.
Date: Sat, 8 Jun 2019 17:50:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2ea01d91b8afc4c1b3cbfd025173976477a1965f
Author: Marius Bakke <address@hidden>
Date:   Wed Jun 5 21:44:47 2019 +0200

    gnu: ceph: Update to 13.2.6.
    
    * gnu/packages/storage.scm (ceph): Update to 13.2.6.
---
 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 503433b..aa7d34a 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -55,14 +55,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "13.2.5")
+    (version "13.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0jbs6l763clbqnq2s5jksn44yf71rhcnk85cw64fqvmv0r4ch71n"))
+                "13f5qs7jpxprplk4irwlx90mc9gvm48fvd3q471xcqc3n6z1qywz"))
               (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]