guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: util-linux: Update to 2.35.1.


From: guix-commits
Subject: 12/19: gnu: util-linux: Update to 2.35.1.
Date: Mon, 3 Feb 2020 09:30:26 -0500 (EST)

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

commit fef24361889103057a0c999b2303e22218c04e63
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 14:12:47 2020 +0100

    gnu: util-linux: Update to 2.35.1.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.35.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 e47f731..0fb10e3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1096,7 +1096,7 @@ providing the system administrator with some help in 
common tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.35")
+    (version "2.35.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -1104,7 +1104,7 @@ providing the system administrator with some help in 
common tasks.")
                                   "util-linux-" version ".tar.xz"))
               (sha256
                (base32
-                "1jg2vywxi9m2h0f2pz0a7a9afvv1j5726dg0cwryrhb809b1n25k"))
+                "1yfpy6bkab4jw61mpx48gfy24yrqp4a7arvpis8csrkk53fkxpnr"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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