diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-02-14 13:33:32 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-14 10:59:15 +0200 |
commit | 9c3d2eca4d7b3570edad40e98076a965d1345f4e (patch) | |
tree | bead752f427193e54ec373783f0e93b1d8fb5972 | |
parent | 5f5d84beccc180f1b51474c0e47eb6e0d0c9175f (diff) |
gnu: kexec-tools: Update to 2.0.30.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.30.
Change-Id: I66d90b34d2010ac4278cc0acab05c3dd61396661
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4f5546acbd..87dd44d4b3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10582,14 +10582,14 @@ platforms, it is not limited to resource-constrained systems.") (define-public kexec-tools (package (name "kexec-tools") - (version "2.0.26") + (version "2.0.30") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/kernel" "/kexec/kexec-tools-" version ".tar.xz")) (sha256 (base32 - "1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz")))) + "0khjha6qjgbg7v470mwv333k1i9aqggvs1z93nfhba17mykmz2kl")))) (build-system gnu-build-system) (arguments ;; There are no automated tests. |