guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 7d3177d2e25587d90a450801f0291ccf36f527d5
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jun 27 15:38:56 2026 +0800
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 21cebffbc9..328712844f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3093,7 +3093,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/"
@@ -3101,7 +3101,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