mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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 @@ (define-public psmisc
|
|||
(define-public util-linux
|
||||
(package
|
||||
(name "util-linux")
|
||||
(version "2.37")
|
||||
(version "2.37.1")
|
||||
(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
|
||||
"1rfc2lnx6lhnvpixvglh7apqxnrg0fija18i8ac3bq1ri3lvf1xx"))
|
||||
"0xkb7vw2040zi4m0sbhs5qn5l8nrq4xsf4sdxf3cy9mpachd8jwf"))
|
||||
(patches (search-patches "util-linux-tests.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue