guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 1045684312efaf1c017c70472c11ddd87bfdea3d
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Sun Jun 1 12:12:11 2025 +0200

    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 <ruthert...@ditigal.xyz>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2ef3ac1e5a..3f301ee6c7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10645,14 +10645,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.

Reply via email to