mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kexec-tools: Update to 2.0.31.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.31. Change-Id: Ibd034855cf72d35ac0d5194f7cf968f50089ffd6 Reported-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
91510760ca
commit
fb6c58ba10
1 changed files with 2 additions and 2 deletions
|
@ -10705,14 +10705,14 @@ platforms, it is not limited to resource-constrained systems.")
|
|||
(define-public kexec-tools
|
||||
(package
|
||||
(name "kexec-tools")
|
||||
(version "2.0.30")
|
||||
(version "2.0.31")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
|
||||
"/kexec/kexec-tools-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0khjha6qjgbg7v470mwv333k1i9aqggvs1z93nfhba17mykmz2kl"))))
|
||||
"0c9cj9xvcm81gcwnkvvh9vh82v59kdz5llmblc2wkqb6vh6kb3wa"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; There are no automated tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue