[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: kexec-tools: Update to 2.0.26.
From: |
guix-commits |
Subject: |
01/04: gnu: kexec-tools: Update to 2.0.26. |
Date: |
Fri, 21 Jul 2023 10:40:53 -0400 (EDT) |
nckx pushed a commit to branch core-updates
in repository guix.
commit f37fd0ca6af1611674e00c31b0cdbed70f58bf9f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:02 2023 +0200
gnu: kexec-tools: Update to 2.0.26.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
---
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 30926bfb9c..83f837332d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9169,14 +9169,14 @@ platforms, it is not limited to resource-constrained
systems.")
(define-public kexec-tools
(package
(name "kexec-tools")
- (version "2.0.23")
+ (version "2.0.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz"))
(sha256
(base32
- "06r44i91g1s9f7k5b9kmvb58j9vrqvysfh32pb70cnyrgmncsqxa"))))
+ "1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz"))))
(build-system gnu-build-system)
(arguments
;; There are no automated tests.