From 5a9e703faa59821bc76ffa79c75cd65751560aae Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 27 Jun 2026 15:38:56 +0800 Subject: gnu: util-linux: Update to 2.42.2. * gnu/packages/linux.scm (util-linux): Update to 2.42.2. Change-Id: I15e84bda5871aec0f9e99143b422af179eb459a6 --- 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 39285400d55..4107f8ba471 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3582,7 +3582,7 @@ deviation, and minimum and maximum values. It can show a nice histogram too.") (define-public util-linux (package (name "util-linux") - (version "2.42") + (version "2.42.2") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/" @@ -3590,7 +3590,7 @@ deviation, and minimum and maximum values. It can show a nice histogram too.") "util-linux-" version ".tar.xz")) (sha256 (base32 - "1saqlzgjdnn84l09fi7lq4zh118p24ibphwsfip5sxxapdhb4lil")) + "12nfg4300x0g6z03fmqy6l6fcp10nf25p81diw9fy0lnvwx5v803")) (patches (search-patches "util-linux-tests.patch")) (modules '((guix build utils))) (snippet -- cgit v1.2.3