guix_mirror_bot pushed a commit to branch world-rebuild
in repository guix.

commit 8b5e327203d0fe7ceefcea9fbf11a312f532fcdf
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jul 16 21:04:54 2026 +0800

    gnu: kexec-tools: Update to 2.0.32.
    
    * gnu/packages/linux.scm (kexec-tools): Update to 2.0.32.
      [supported-systems]: Remove this field.
    
    Merges: https://codeberg.org/guix/guix/pulls/9982
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/linux.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 260a237232..f8752e6152 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11260,14 +11260,14 @@ platforms, it is not limited to resource-constrained 
systems.")
 (define-public kexec-tools
   (package
     (name "kexec-tools")
-    (version "2.0.31")
+    (version "2.0.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/kernel"
                                   "/kexec/kexec-tools-" version ".tar.xz"))
               (sha256
                (base32
-                "0c9cj9xvcm81gcwnkvvh9vh82v59kdz5llmblc2wkqb6vh6kb3wa"))))
+                "0p8af7bgws7bnlglbx62687ysramacg526q0rgv2qdnjbwm450cg"))))
     (build-system gnu-build-system)
     (arguments
      ;; There are no automated tests.
@@ -11283,7 +11283,6 @@ platforms, it is not limited to resource-constrained 
systems.")
 utilities.  Using @code{kexec}, it is possible to boot directly into a new
 kernel from the context of an already-running kernel, bypassing the normal
 system boot process.")
-    (supported-systems (delete "riscv64-linux" %supported-systems))
     (license license:gpl2)))
 
 (define-public cachefilesd

Reply via email to