me
/
guix
Archived
1
0
Fork 0

gnu: kexec-tools: Update to 2.0.22.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.22.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7700,14 +7700,14 @@ to ring buffers shared with a consumer daemon.")
(define-public kexec-tools
(package
(name "kexec-tools")
(version "2.0.21")
(version "2.0.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz"))
(sha256
(base32
"00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1"))))
"1hj9mj6x3qs9c8x8mrri9xd3wsg3gwzbab3jfa5ry146xm4pzjcn"))))
(build-system gnu-build-system)
(arguments
;; There are no automated tests.