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 @@ to ring buffers shared with a consumer daemon.")
(define-public kexec-tools (define-public kexec-tools
(package (package
(name "kexec-tools") (name "kexec-tools")
(version "2.0.20") (version "2.0.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel" (uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz")) "/kexec/kexec-tools-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1j7qlhxk1rbv9jbj8wd6hb7zl8p2mp29ymrmccgmsi0m0dzhgn6s")))) "00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; There are no automated tests. ;; There are no automated tests.