mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kexec-tools: Update to 2.0.30.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.30. Change-Id: I66d90b34d2010ac4278cc0acab05c3dd61396661 Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ff50f88935
commit
f3a5639b72
1 changed files with 2 additions and 2 deletions
|
@ -10570,14 +10570,14 @@ platforms, it is not limited to resource-constrained systems.")
|
||||||
(define-public kexec-tools
|
(define-public kexec-tools
|
||||||
(package
|
(package
|
||||||
(name "kexec-tools")
|
(name "kexec-tools")
|
||||||
(version "2.0.26")
|
(version "2.0.30")
|
||||||
(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
|
||||||
"1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz"))))
|
"0khjha6qjgbg7v470mwv333k1i9aqggvs1z93nfhba17mykmz2kl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; There are no automated tests.
|
;; There are no automated tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue