gnu: util-linux: Update to 2.37.

* gnu/packages/linux.scm (util-linux): Update to 2.37.
This commit is contained in:
Marius Bakke 2021-07-19 20:51:00 +02:00
parent 7bb024a645
commit 20e6b1d737
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1723,7 +1723,7 @@ (define-public psmisc
(define-public util-linux
(package
(name "util-linux")
(version "2.36.2")
(version "2.37")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
@ -1731,7 +1731,7 @@ (define-public util-linux
"util-linux-" version ".tar.xz"))
(sha256
(base32
"0psc0asjp1rmfx1j7468zfnk9nphlphybw2n8dcl74v8v2lnnlgp"))
"1rfc2lnx6lhnvpixvglh7apqxnrg0fija18i8ac3bq1ri3lvf1xx"))
(patches (search-patches "util-linux-tests.patch"))
(modules '((guix build utils)))
(snippet