summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-07-29 18:34:15 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-09-02 15:40:44 +0200
commit66d4cd7978d41cfde5047f281dc17693bbd4610e (patch)
treee60f68af67fca3cd45ced02117d3bbc75a4db735 /gnu
parent9238a9c086cc4ebac078080c1e7201c570660031 (diff)
downloadguix-66d4cd7978d41cfde5047f281dc17693bbd4610e.tar.gz
gnu: util-linux: Update to 2.30.1.
* gnu/packages/linux.scm (util-linux): Update to 2.30.1.
Diffstat (limited to 'gnu')
-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 304e0b7efa..82d8fe3e5f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -501,7 +501,7 @@ providing the system administrator with some help in common tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.30")
+    (version "2.30.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -509,7 +509,7 @@ providing the system administrator with some help in common tasks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13d0ax8bcapga8phj2nclx86w57ddqxbr98ajibpzjq6d7zs8262"))
+                "0hdq2fz405a89fyha4bgwg0rx8b65inxq17w8fg8qhmcj4x3dr0v"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet