gnu: kexec-tools: Update to 2.0.26.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-02 02:00:02 +02:00 committed by Ludovic Courtès
parent 9888810091
commit d35ccf0899
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.