guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: ceph: Update to 14.2.9.


From: guix-commits
Subject: 03/12: gnu: ceph: Update to 14.2.9.
Date: Sat, 9 May 2020 08:43:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bd0a9062f8193d58253d9f07056386b3a8ba4392
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 8 23:24:36 2020 +0200

    gnu: ceph: Update to 14.2.9.
    
    * gnu/packages/storage.scm (ceph): Update to 14.2.9.
---
 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 d3a3dea..481ffad 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -53,14 +53,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "14.2.8")
+    (version "14.2.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0p7pjycqhxqg1mmix8ykx3xqq01d560p54iiidxps0rcvwfkyyki"))
+                "0zkh1a23v8g1fa5flqa2d53lv08ancab3li57gybpqpnja90k7il"))
               (patches
                (search-patches "ceph-disable-cpu-optimizations.patch"))
               (modules '((guix build utils)))



reply via email to

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