aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:02 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:03 +0200
commitd35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0 (patch)
tree5339a08e25c6f2971398da9cbbe6d5873c5befc0 /gnu
parent98888100914814c42c4025cab75747cf65b9f302 (diff)
downloadguix-d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0.tar.gz
guix-d35ccf0899f972d03fa954e88bc3a1ec3f9cc3d0.zip
gnu: kexec-tools: Update to 2.0.26.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bbf056ebb0..cc87be5260 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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.