summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-17 18:12:54 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-06-20 23:56:57 +0200
commitac3842ef3e6ecdaa7a147cfe6ab59f017544a8a9 (patch)
tree36f0ac9e7e02155aea8d3f415de683f30774421b /gnu/packages/linux.scm
parent74c1c8daf543f72249f32216b41f3143c54acb4d (diff)
downloadpatches-ac3842ef3e6ecdaa7a147cfe6ab59f017544a8a9.tar
patches-ac3842ef3e6ecdaa7a147cfe6ab59f017544a8a9.tar.gz
gnu: util-linux: Update to 2.34.
* gnu/packages/linux.scm (util-linux): Update to 2.34.
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 e2cde4b693..f0fa6bba92 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -723,7 +723,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux
(package
(name "util-linux")
- (version "2.33.2")
+ (version "2.34")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@@ -731,7 +731,7 @@ providing the system administrator with some help in common tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "15yf2dh4jd1kg6066hydlgdhhs2j3na13qld8yx30qngqvmfh6v3"))
+ "1db2kydkwjmvgd1glkcba3adhidxw0f1x735dcjdpdjjf869sgvl"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet