guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: ceph: Update to 14.2.11.


From: guix-commits
Subject: 01/14: gnu: ceph: Update to 14.2.11.
Date: Thu, 13 Aug 2020 10:35:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f57e86ff1daf00b3a1c3c58d1731f93c42b6c4b2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 04:50:53 2020 +0200

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



reply via email to

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