guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: kexec-tools: Update to 2.0.21.


From: guix-commits
Subject: 08/08: gnu: kexec-tools: Update to 2.0.21.
Date: Fri, 18 Dec 2020 16:54:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b66116d131cd1abdf0a33d781031cde28e59eb5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 18 18:24:37 2020 +0100

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



reply via email to

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