summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-02-15 22:06:13 -0500
committerLeo Famulari <leo@famulari.name>2017-02-15 22:06:39 -0500
commit0172d5a12ec2efd57a8e05201ae83dc02a2b9d31 (patch)
tree34f6c4f1a3f595edfa62f240859ea3be54aff7ac /gnu/packages/linux.scm
parentb5efd14a9add1bcb4a44fa5b9c1b47706f3df9da (diff)
downloadguix-patches-0172d5a12ec2efd57a8e05201ae83dc02a2b9d31.tar
guix-patches-0172d5a12ec2efd57a8e05201ae83dc02a2b9d31.tar.gz
gnu: util-linux: Update to 2.29.1.
* gnu/packages/linux.scm (util-linux): Update to 2.29.1.
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 95e8a0a151..0460846c6e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -469,7 +469,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.28.2")
+ (version "2.29.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -477,7 +477,7 @@ providing the system administrator with some help in common tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kgh16j3ywzf5gdz4vq6v3dyc5qsi377p11clj9xxgi0dwa3g7dq"))
+ "0kzmhb2swiqk402jp0y2jsx53l42d7z4xz3bzbn2zv1lp400dr0c"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet