gnu: kexec-tools: Update to 2.0.23.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.23.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-30 00:30:30 +01:00
parent 7e3151c19e
commit 72c3763653
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8252,14 +8252,14 @@ (define-public babeltrace
(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.