guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: ceph: Update to 14.2.15.


From: guix-commits
Subject: 01/05: gnu: ceph: Update to 14.2.15.
Date: Wed, 25 Nov 2020 14:32:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 170dc2102c4757f5c19a055001548333afb16da4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 25 15:12:34 2020 +0100

    gnu: ceph: Update to 14.2.15.
    
    * gnu/packages/storage.scm (ceph): Update to 14.2.15.
---
 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 48944d3..88350ac 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -55,14 +55,14 @@
 (define-public ceph
   (package
     (name "ceph")
-    (version "14.2.14")
+    (version "14.2.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.ceph.com/tarballs/ceph-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "10ma8qimgspz1q3lqb4yl990l9xa87iwd0r4dxl5xg89w6j7qwix"))
+                "1rq4pp7j8x0f4csspd9csllz6h3phiqfh5vlvsqsj60agyhidinc"))
               (patches
                (search-patches "ceph-disable-cpu-optimizations.patch"))
               (modules '((guix build utils)))



reply via email to

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