summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-08-21 17:53:25 -0400
committerLeo Famulari <leo@famulari.name>2016-08-21 17:56:04 -0400
commitf041616da1413a9e5fdc8e54a90890d70be25572 (patch)
tree2316c1b8715ead67060e6ccb8d0175101d465237
parent0bd865101dfe501d8493104f635a452ee1d089d0 (diff)
downloadguix-f041616da1413a9e5fdc8e54a90890d70be25572.tar.gz
gnu: util-linux: Update to 2.28.1.
* gnu/packages/linux.scm (util-linux): Update to 2.28.1.
-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 ea7e16e3c0..ff56a01b0e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -449,7 +449,7 @@ providing the system administrator with some help in common tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.27")
+    (version "2.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -457,7 +457,7 @@ providing the system administrator with some help in common tasks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ivdx1bhjbakf77agm9dn3wyxia1wgz9lzxgd61zqxw3xzih9gzw"))
+                "03xnaw3c7pavxvvh1vnimcr44hlhhf25whawiyv8dxsflfj4xkiy"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet