gnu: util-linux: Update to 2.28.1.

* gnu/packages/linux.scm (util-linux): Update to 2.28.1.
This commit is contained in:
Leo Famulari 2016-08-21 17:53:25 -04:00
parent 0bd865101d
commit f041616da1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -449,7 +449,7 @@ (define-public psmisc
(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 @@ (define-public util-linux
name "-" version ".tar.xz"))
(sha256
(base32
"1ivdx1bhjbakf77agm9dn3wyxia1wgz9lzxgd61zqxw3xzih9gzw"))
"03xnaw3c7pavxvvh1vnimcr44hlhhf25whawiyv8dxsflfj4xkiy"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet