summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-28 18:36:29 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-28 18:36:29 +0100
commit8cbfd108acbf971e14659fc82959e7b505a8a443 (patch)
treeb3d71995abfb053d41174d75bd848e66b3377ec5 /gnu/packages
parent4fff5ab24126a152b50c036b9bf8dc6f2740f094 (diff)
downloadguix-8cbfd108acbf971e14659fc82959e7b505a8a443.tar.gz
gnu: util-linux: Update to 2.35.2.
* gnu/packages/linux.scm (util-linux): Update to 2.35.2.
Diffstat (limited to 'gnu/packages')
-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 4e97ae9b5c..0f725d0ec2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1461,7 +1461,7 @@ providing the system administrator with some help in common tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.35.1")
+    (version "2.35.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -1469,7 +1469,7 @@ providing the system administrator with some help in common tasks.")
                                   "util-linux-" version ".tar.xz"))
               (sha256
                (base32
-                "1yfpy6bkab4jw61mpx48gfy24yrqp4a7arvpis8csrkk53fkxpnr"))
+                "12mm5qvkq1vpllfv99gq93lkxlvysp1yxgh1392dkg7nh8g47dr1"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet