diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 18:37:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 19:03:47 +0200 |
commit | 065d2cd6ced96ddb38c15a46f798488f61660a33 (patch) | |
tree | c14a79e2c66da56dcc6e64429538d94a2e073600 | |
parent | fd5527407ff336c4af1c5511e19c0956720cd7aa (diff) |
gnu: kexec-tools: Update to 2.0.22.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.22.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ac70bdf4f0..4f83877c0a 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. |