guix-commits
[Top][All Lists]
Advanced

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

33/49: gnu: util-linux: Update to 2.37.


From: guix-commits
Subject: 33/49: gnu: util-linux: Update to 2.37.
Date: Fri, 23 Jul 2021 11:33:10 -0400 (EDT)

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

commit 20e6b1d73769ab8cb09a3f9a50bc59242c23a3dc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 20:51:00 2021 +0200

    gnu: util-linux: Update to 2.37.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.37.
---
 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 6e3b43a..809c093 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.36.2")
+    (version "2.37")
     (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
-                "0psc0asjp1rmfx1j7468zfnk9nphlphybw2n8dcl74v8v2lnnlgp"))
+                "1rfc2lnx6lhnvpixvglh7apqxnrg0fija18i8ac3bq1ri3lvf1xx"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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