guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kexec-tools: Update to 2.0.22.


From: guix-commits
Subject: branch master updated: gnu: kexec-tools: Update to 2.0.22.
Date: Sun, 02 May 2021 13:10:37 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 065d2cd  gnu: kexec-tools: Update to 2.0.22.
065d2cd is described below

commit 065d2cd6ced96ddb38c15a46f798488f61660a33
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 18:37:17 2021 +0200

    gnu: kexec-tools: Update to 2.0.22.
    
    * gnu/packages/linux.scm (kexec-tools): Update to 2.0.22.
---
 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 ac70bdf..4f83877 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7700,14 +7700,14 @@ to ring buffers shared with a consumer daemon.")
 (define-public kexec-tools
   (package
     (name "kexec-tools")
-    (version "2.0.21")
+    (version "2.0.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/kernel"
                                   "/kexec/kexec-tools-" version ".tar.xz"))
               (sha256
                (base32
-                "00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1"))))
+                "1hj9mj6x3qs9c8x8mrri9xd3wsg3gwzbab3jfa5ry146xm4pzjcn"))))
     (build-system gnu-build-system)
     (arguments
      ;; There are no automated tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]