guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: util-linux: Update to 2.37.1.


From: guix-commits
Subject: 01/03: gnu: util-linux: Update to 2.37.1.
Date: Thu, 29 Jul 2021 08:14:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit ec0a2444176bef974809c15ad4c6acb7f5423ac1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 29 13:49:29 2021 +0200

    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.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9e3ad36..416d294 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1723,7 +1723,7 @@ providing the system administrator with some help in 
common tasks.")
 (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 @@ providing the system administrator with some help in 
common tasks.")
                                   "util-linux-" version ".tar.xz"))
               (sha256
                (base32
-                "1rfc2lnx6lhnvpixvglh7apqxnrg0fija18i8ac3bq1ri3lvf1xx"))
+                "0xkb7vw2040zi4m0sbhs5qn5l8nrq4xsf4sdxf3cy9mpachd8jwf"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]