[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: ceph: Update to 16.2.9.
From: |
guix-commits |
Subject: |
01/12: gnu: ceph: Update to 16.2.9. |
Date: |
Sat, 4 Jun 2022 14:31:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 59fa040362a08f0e81792cba29f0418d07832532
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200
gnu: ceph: Update to 16.2.9.
* gnu/packages/storage.scm (ceph): Update to 16.2.9.
---
gnu/packages/storage.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index d29486bd4b..86ae1c883f 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
-;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;;
;;; This file is part of GNU Guix.
@@ -59,14 +59,14 @@
(define-public ceph
(package
(name "ceph")
- (version "16.2.7")
+ (version "16.2.9")
(source (origin
(method url-fetch)
(uri (string-append "https://download.ceph.com/tarballs/ceph-"
version ".tar.gz"))
(sha256
(base32
- "0n7vpdcxji49bqaa5b7zxif1r80rrkbh0dfacbibvf20kzzbn2fz"))
+ "1yf62k9wlx9pmggwa5c05wfqzy28sdm4b465y4iqrgc9dkrgin08"))
(patches
(search-patches
"ceph-disable-cpu-optimizations.patch"
- branch master updated (28274a353d -> 5754b52abc), guix-commits, 2022/06/04
- 03/12: gnu: jags: Update to 4.3.1., guix-commits, 2022/06/04
- 04/12: gnu: ding-libs: Build from Git., guix-commits, 2022/06/04
- 02/12: gnu: Add iso-codes variant for use within Guix., guix-commits, 2022/06/04
- 06/12: gnu: rcm: Update to 1.3.5., guix-commits, 2022/06/04
- 10/12: gnu: micropython: Use G-expressions., guix-commits, 2022/06/04
- 08/12: gnu: micropython: Update to 1.18., guix-commits, 2022/06/04
- 11/12: gnu: micropython: Don't override 'install-license-files., guix-commits, 2022/06/04
- 05/12: gnu: ding-libs: Update to 0.6.2., guix-commits, 2022/06/04
- 07/12: gnu: ding-libs: Omit static library., guix-commits, 2022/06/04
- 01/12: gnu: ceph: Update to 16.2.9.,
guix-commits <=
- 09/12: gnu: micropython: Remove input labels., guix-commits, 2022/06/04
- 12/12: gnu: papi: Update to 6.0.0.1., guix-commits, 2022/06/04