[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/20: gnu: kexec-tools: Update to 2.0.23.
From: |
guix-commits |
Subject: |
01/20: gnu: kexec-tools: Update to 2.0.23. |
Date: |
Mon, 29 Nov 2021 19:09:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 72c37636534b9e0e9aab96f506322abeb7b3eb4b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 30 00:30:30 2021 +0100
gnu: kexec-tools: Update to 2.0.23.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.23.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 24640f4..87859fa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8252,14 +8252,14 @@ bindings, and the command-line tool
@command{babeltrace2}.")
(define-public kexec-tools
(package
(name "kexec-tools")
- (version "2.0.22")
+ (version "2.0.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz"))
(sha256
(base32
- "1hj9mj6x3qs9c8x8mrri9xd3wsg3gwzbab3jfa5ry146xm4pzjcn"))))
+ "06r44i91g1s9f7k5b9kmvb58j9vrqvysfh32pb70cnyrgmncsqxa"))))
(build-system gnu-build-system)
(arguments
;; There are no automated tests.
- branch master updated (7e3151c -> 892f1b7), guix-commits, 2021/11/29
- 02/20: gnu: xfsprogs: Update to 5.14.0., guix-commits, 2021/11/29
- 01/20: gnu: kexec-tools: Update to 2.0.23.,
guix-commits <=
- 03/20: gnu: xfsprogs: Omit static library., guix-commits, 2021/11/29
- 04/20: gnu: usbutils: Update to 014., guix-commits, 2021/11/29
- 07/20: gnu: btrfs-progs: Update to 5.15.1., guix-commits, 2021/11/29
- 06/20: gnu: powerstat: Update to 0.02.27., guix-commits, 2021/11/29
- 08/20: gnu: ethtool: Update to 5.15., guix-commits, 2021/11/29
- 05/20: gnu: powerstat: Fetch sources from Git., guix-commits, 2021/11/29
- 09/20: gnu: rxvt-unicode: Update to 9.30., guix-commits, 2021/11/29
- 10/20: gnu: xa: Update to 2.3.12., guix-commits, 2021/11/29
- 12/20: gnu: quazip@1: Update to 1.2., guix-commits, 2021/11/29
- 15/20: gnu: diffoscope: Update to 194., guix-commits, 2021/11/29