diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:03 +0200 |
commit | d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0 (patch) | |
tree | 5339a08e25c6f2971398da9cbbe6d5873c5befc0 /gnu | |
parent | 98888100914814c42c4025cab75747cf65b9f302 (diff) | |
download | guix-d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0.tar guix-d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0.tar.gz |
gnu: kexec-tools: Update to 2.0.26.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
Diffstat (limited to 'gnu')
-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 bbf056ebb0..cc87be5260 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9918,14 +9918,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. |