gnu: util-linux: Update to 2.37.1.
This fixes an infinite loop in 'mkswap'; see <https://bugzilla.redhat.com/show_bug.cgi?id=1971877>. * gnu/packages/linux.scm (util-linux): Update to 2.37.1.
This commit is contained in:
parent
8437710bbf
commit
ec0a244417
1 changed files with 2 additions and 2 deletions
|
@ -1723,7 +1723,7 @@ providing the system administrator with some help in common tasks.")
|
||||||
(define-public util-linux
|
(define-public util-linux
|
||||||
(package
|
(package
|
||||||
(name "util-linux")
|
(name "util-linux")
|
||||||
(version "2.37")
|
(version "2.37.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/utils/"
|
(uri (string-append "mirror://kernel.org/linux/utils/"
|
||||||
|
@ -1731,7 +1731,7 @@ providing the system administrator with some help in common tasks.")
|
||||||
"util-linux-" version ".tar.xz"))
|
"util-linux-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rfc2lnx6lhnvpixvglh7apqxnrg0fija18i8ac3bq1ri3lvf1xx"))
|
"0xkb7vw2040zi4m0sbhs5qn5l8nrq4xsf4sdxf3cy9mpachd8jwf"))
|
||||||
(patches (search-patches "util-linux-tests.patch"))
|
(patches (search-patches "util-linux-tests.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue