summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2026-06-27 15:38:56 +0800
committerNoƩ Lopez <noelopez@free.fr>2026-08-25 01:15:40 +0200
commit73a0af5ef4a8cd6180865b9a36a52727b0791aff (patch)
treeca9b8c75193fadcfd5192882b04b51c23aff66aa /gnu/packages/linux.scm
parentbb91745fdc8956bd6a9eecc9422b9493157efc50 (diff)
gnu: util-linux: Update to 2.42.2.
* gnu/packages/linux.scm (util-linux): Update to 2.42.2. Change-Id: I15e84bda5871aec0f9e99143b422af179eb459a6
Diffstat (limited to 'gnu/packages/linux.scm')
-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 21cebffbc97..328712844ff 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.")
3093(define-public util-linux 3093(define-public util-linux
3094 (package 3094 (package
3095 (name "util-linux") 3095 (name "util-linux")
3096 (version "2.42") 3096 (version "2.42.2")
3097 (source (origin 3097 (source (origin
3098 (method url-fetch) 3098 (method url-fetch)
3099 (uri (string-append "mirror://kernel.org/linux/utils/" 3099 (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.")
3101 "util-linux-" version ".tar.xz")) 3101 "util-linux-" version ".tar.xz"))
3102 (sha256 3102 (sha256
3103 (base32 3103 (base32
3104 "1saqlzgjdnn84l09fi7lq4zh118p24ibphwsfip5sxxapdhb4lil")) 3104 "12nfg4300x0g6z03fmqy6l6fcp10nf25p81diw9fy0lnvwx5v803"))
3105 (patches (search-patches "util-linux-tests.patch")) 3105 (patches (search-patches "util-linux-tests.patch"))
3106 (modules '((guix build utils))) 3106 (modules '((guix build utils)))
3107 (snippet 3107 (snippet