~ruther/guix-local

d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0 — Tobias Geerinckx-Rice 2 years ago 9888810
gnu: kexec-tools: Update to 2.0.26.

* gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 9918,14 9918,14 @@ platforms, it is not limited to resource-constrained systems.")
(define-public kexec-tools
  (package
    (name "kexec-tools")
    (version "2.0.23")
    (version "2.0.26")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kernel.org/linux/utils/kernel"
                                  "/kexec/kexec-tools-" version ".tar.xz"))
              (sha256
               (base32
                "06r44i91g1s9f7k5b9kmvb58j9vrqvysfh32pb70cnyrgmncsqxa"))))
                "1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz"))))
    (build-system gnu-build-system)
    (arguments
     ;; There are no automated tests.