gnu: kexec-tools: Update to 2.0.22.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.22.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-02 18:37:17 +02:00
parent fd5527407f
commit 065d2cd6ce
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7700,14 +7700,14 @@ (define-public lttng-ust
(define-public kexec-tools (define-public kexec-tools
(package (package
(name "kexec-tools") (name "kexec-tools")
(version "2.0.21") (version "2.0.22")
(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
"00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1")))) "1hj9mj6x3qs9c8x8mrri9xd3wsg3gwzbab3jfa5ry146xm4pzjcn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; There are no automated tests. ;; There are no automated tests.