GNU bug report logs -
#76287
[PATCH] gnu: kexec-tools: Update to 2.0.30.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.30.
Change-Id: I66d90b34d2010ac4278cc0acab05c3dd61396661
---
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 f1e0778f37..dc099026d7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10178,14 +10178,14 @@ (define-public ell
(define-public kexec-tools
(package
(name "kexec-tools")
- (version "2.0.26")
+ (version "2.0.30")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/kernel"
"/kexec/kexec-tools-" version ".tar.xz"))
(sha256
(base32
- "1kbh8l67rbz0d3k6x7g5vj5ahg6f7lwvxcj1br8mrk818436mqvz"))))
+ "0khjha6qjgbg7v470mwv333k1i9aqggvs1z93nfhba17mykmz2kl"))))
(build-system gnu-build-system)
(arguments
;; There are no automated tests.
base-commit: 3a916935311568b742d734cf76be8a45737f9382
--
2.48.1
This bug report was last modified 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.