guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: ceph: Update to 14.2.7.


From: guix-commits
Subject: 09/13: gnu: ceph: Update to 14.2.7.
Date: Mon, 10 Feb 2020 14:34:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 34e4fb4f11b660fe3c178f5ea9a9093d9c0d4ab9
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 15:49:40 2020 +0100

    gnu: ceph: Update to 14.2.7.
    
    * gnu/packages/storage.scm (ceph): Update to 14.2.7.
---
 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 73d88f7..1691939 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -53,14 +53,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "14.2.5")
+    (version "14.2.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0wbkdplxs8higmlj57a7rydmx9rq08h0arjrmxmp0s80bn0v5x2c"))
+                "0qiqhm6hvz299q54k3i4crnb5dhpq6xnn2yqih9pxn9van0dq1ln"))
               (patches
                (search-patches "ceph-boost-compat.patch"
                                "ceph-volume-respect-PATH.patch"



reply via email to

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