This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new c06805c59f gnu: kexec-tools: Update to 2.0.31.
c06805c59f is described below

commit c06805c59fce8ff951fe9e24029daa41caf07de9
Author: Andreas Enge <[email protected]>
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 <[email protected]>
---
 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 929c62e4bd..6f607d2aff 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10591,14 +10591,14 @@ platforms, it is not limited to resource-constrained 
systems.")
 (define-public kexec-tools
   (package
     (name "kexec-tools")
-    (version "2.0.26")
+    (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
-                "1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz"))))
+                "0c9cj9xvcm81gcwnkvvh9vh82v59kdz5llmblc2wkqb6vh6kb3wa"))))
     (build-system gnu-build-system)
     (arguments
      ;; There are no automated tests.

Reply via email to