gnu: kexec-tools: Update to 2.0.21.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.21.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-18 18:24:37 +01:00
parent 62fb0680a2
commit 1b66116d13
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7358,14 +7358,14 @@ (define-public lttng-ust
(define-public kexec-tools
(package
(name "kexec-tools")
(version "2.0.20")
(version "2.0.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz"))
(sha256
(base32
"1j7qlhxk1rbv9jbj8wd6hb7zl8p2mp29ymrmccgmsi0m0dzhgn6s"))))
"00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1"))))
(build-system gnu-build-system)
(arguments
;; There are no automated tests.