mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: kexec-tools: Update to 2.0.22.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.22.
This commit is contained in:
parent
fd5527407f
commit
065d2cd6ce
1 changed files with 2 additions and 2 deletions
|
@ -7700,14 +7700,14 @@ (define-public lttng-ust
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue