summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-09 11:38:27 +0200
committerMarius Bakke <marius@gnu.org>2021-05-09 23:43:31 +0200
commit92cf869fd7d064f2fac08e38cbeb2ad6e98080b0 (patch)
tree0995fad510a0407003745bc293e800f0a0582ba0 /gnu/packages/linux.scm
parent6471bacf6da912b543ba62dbd6811ed330e77746 (diff)
downloadguix-patches-92cf869fd7d064f2fac08e38cbeb2ad6e98080b0.tar
guix-patches-92cf869fd7d064f2fac08e38cbeb2ad6e98080b0.tar.gz
gnu: util-linux: Update to 2.36.2.
* gnu/packages/linux.scm (util-linux): Update to 2.36.2.
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 91de665a57..0da13f214b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1607,7 +1607,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.35.2")
+ (version "2.36.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -1615,7 +1615,7 @@ providing the system administrator with some help in common tasks.")
"util-linux-" version ".tar.xz"))
(sha256
(base32
- "12mm5qvkq1vpllfv99gq93lkxlvysp1yxgh1392dkg7nh8g47dr1"))
+ "0psc0asjp1rmfx1j7468zfnk9nphlphybw2n8dcl74v8v2lnnlgp"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet