apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 4017cda0a90ab9b7b6d3eae1997afe60f15e7873
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Dec 18 00:07:22 2021 -0500
gnu: util-linux: Update to 2.37.2.
* gnu/packages/linux.scm (util-linux): Update to 2.37.2.
---
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 5e0413b72b..42283556a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1815,7 +1815,7 @@ providing the system administrator with some help in
common tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.37.1")
+ (version "2.37.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -1823,7 +1823,7 @@ providing the system administrator with some help in
common tasks.")
"util-linux-" version ".tar.xz"))
(sha256
(base32
- "0xkb7vw2040zi4m0sbhs5qn5l8nrq4xsf4sdxf3cy9mpachd8jwf"))
+ "1ng9517c37mdp858425a4zyybma7dh7jrpd6z1z61yz7mb0n81va"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet