nckx pushed a commit to branch master
in repository guix.
commit 72c37636534b9e0e9aab96f506322abeb7b3eb4b
Author: Tobias Geerinckx-Rice <[email protected]>
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.