diff options
| author | Zheng Junjie <z572@z572.online> | 2026-06-27 15:38:56 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-18 10:40:40 +0200 |
| commit | 5a9e703faa59821bc76ffa79c75cd65751560aae (patch) | |
| tree | 1ae2c112677145753ffd0e8e79dee6d9978aa24e | |
| parent | 97f9d4b6b7b55c59bfde915b2504cbf21f126e5c (diff) | |
gnu: util-linux: Update to 2.42.2.
* gnu/packages/linux.scm (util-linux): Update to 2.42.2.
Change-Id: I15e84bda5871aec0f9e99143b422af179eb459a6
| -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 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.") | |||
| 3582 | (define-public util-linux | 3582 | (define-public util-linux |
| 3583 | (package | 3583 | (package |
| 3584 | (name "util-linux") | 3584 | (name "util-linux") |
| 3585 | (version "2.42") | 3585 | (version "2.42.2") |
| 3586 | (source (origin | 3586 | (source (origin |
| 3587 | (method url-fetch) | 3587 | (method url-fetch) |
| 3588 | (uri (string-append "mirror://kernel.org/linux/utils/" | 3588 | (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.") | |||
| 3590 | "util-linux-" version ".tar.xz")) | 3590 | "util-linux-" version ".tar.xz")) |
| 3591 | (sha256 | 3591 | (sha256 |
| 3592 | (base32 | 3592 | (base32 |
| 3593 | "1saqlzgjdnn84l09fi7lq4zh118p24ibphwsfip5sxxapdhb4lil")) | 3593 | "12nfg4300x0g6z03fmqy6l6fcp10nf25p81diw9fy0lnvwx5v803")) |
| 3594 | (patches (search-patches "util-linux-tests.patch")) | 3594 | (patches (search-patches "util-linux-tests.patch")) |
| 3595 | (modules '((guix build utils))) | 3595 | (modules '((guix build utils))) |
| 3596 | (snippet | 3596 | (snippet |
