diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 00:30:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:52 +0100 |
commit | 72c37636534b9e0e9aab96f506322abeb7b3eb4b (patch) | |
tree | cc0717ca7589a24577b4729da03298d424d11b8c | |
parent | 7e3151c19ea6d435935713791044f0bb016e7db4 (diff) |
gnu: kexec-tools: Update to 2.0.23.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.23.
-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 24640f4394..87859fa2de 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. |