guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ceph: Update to 14.2.13.


From: guix-commits
Subject: 04/05: gnu: ceph: Update to 14.2.13.
Date: Mon, 9 Nov 2020 14:48:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f81e95a39b1315497c1fe16c0eb6bde108e39707
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 15:00:00 2020 +0100

    gnu: ceph: Update to 14.2.13.
    
    * gnu/packages/storage.scm (ceph): Update to 14.2.13.
---
 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 9b41bb2..e1549c1 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -55,14 +55,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "14.2.11")
+    (version "14.2.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "02mbinm8rk16cwm0x4winmd4488xznkzkyzycxkwlib26yd2xsnz"))
+                "0gaxjs909wf00nvh4z53cin89dw67v1q47b2jvi3iibynhkahkg1"))
               (patches
                (search-patches "ceph-disable-cpu-optimizations.patch"))
               (modules '((guix build utils)))



reply via email to

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