diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-03 04:18:22 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-03 17:27:20 +0200 |
commit | 81b959c4ec785684f749544ce7f86fe1f5bbe4fe (patch) | |
tree | 17bb513f5810d2e66dca2c4d5738ca6000d06ec7 /gnu/packages/linux.scm | |
parent | c6064f154f1aabcdae8a19dd3360eb0d37550ee9 (diff) | |
download | patches-81b959c4ec785684f749544ce7f86fe1f5bbe4fe.tar patches-81b959c4ec785684f749544ce7f86fe1f5bbe4fe.tar.gz |
gnu: util-linux: Update to 2.30.
Release notes: https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
* gnu/packages/linux.scm (util-linux): Update to 2.30.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 13e08dcfaf..e3b7a8c5e1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -492,7 +492,7 @@ providing the system administrator with some help in common tasks.") (define-public util-linux (package (name "util-linux") - (version "2.29.2") + (version "2.30") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/" @@ -500,7 +500,7 @@ providing the system administrator with some help in common tasks.") name "-" version ".tar.xz")) (sha256 (base32 - "1qz81w8vzrmy8xn9yx7ls4amkbgwx6vr62pl6kv9g7r0g3ba9kmc")) + "13d0ax8bcapga8phj2nclx86w57ddqxbr98ajibpzjq6d7zs8262")) (patches (search-patches "util-linux-tests.patch")) (modules '((guix build utils))) (snippet |