3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: util-linux: Update to 2.31.1.

* gnu/packages/linux.scm (util-linux): Update to 2.31.1.
This commit is contained in:
Marius Bakke 2018-02-20 15:47:18 +01:00
parent c8b16de75c
commit f0539f797a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -547,7 +547,7 @@ providing the system administrator with some help in common tasks.")
(define-public util-linux
(package
(name "util-linux")
(version "2.31")
(version "2.31.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@ -555,7 +555,7 @@ providing the system administrator with some help in common tasks.")
name "-" version ".tar.xz"))
(sha256
(base32
"12nw108xjhm63sh2n5a0qs33vpvbvb6rln96l9j50p7wykf7rgpr"))
"04fzrnrr3pvqskvjn9f81y0knh0jvvqx4lmbz5pd4lfdm5pv2l8s"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet