guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: util-linux: Update to 2.31.1.


From: Marius Bakke
Subject: 02/06: gnu: util-linux: Update to 2.31.1.
Date: Tue, 20 Feb 2018 10:02:24 -0500 (EST)

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

commit f0539f797a22b7779ed11315d6396f189e83e3d8
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 15:47:18 2018 +0100

    gnu: util-linux: Update to 2.31.1.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.31.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 5346676..ec7894c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,7 @@ providing the system administrator with some help in common 
tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.31")
+    (version "2.31.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -555,7 +555,7 @@ providing the system administrator with some help in common 
tasks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12nw108xjhm63sh2n5a0qs33vpvbvb6rln96l9j50p7wykf7rgpr"))
+                "04fzrnrr3pvqskvjn9f81y0knh0jvvqx4lmbz5pd4lfdm5pv2l8s"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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