mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: kexec-tools: Update to 2.0.23.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.23.
This commit is contained in:
parent
7e3151c19e
commit
72c3763653
1 changed files with 2 additions and 2 deletions
|
@ -8252,14 +8252,14 @@ (define-public babeltrace
|
|||
(define-public kexec-tools
|
||||
(package
|
||||
(name "kexec-tools")
|
||||
(version "2.0.22")
|
||||
(version "2.0.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
|
||||
"/kexec/kexec-tools-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hj9mj6x3qs9c8x8mrri9xd3wsg3gwzbab3jfa5ry146xm4pzjcn"))))
|
||||
"06r44i91g1s9f7k5b9kmvb58j9vrqvysfh32pb70cnyrgmncsqxa"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; There are no automated tests.
|
||||
|
|
Loading…
Reference in a new issue