guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: util-linux: Update to 2.31.


From: Leo Famulari
Subject: 01/01: gnu: util-linux: Update to 2.31.
Date: Tue, 24 Oct 2017 16:47:29 -0400 (EDT)

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

commit c27e8c1abd8ad66dbfce3ef56ee0fd8919906e3b
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 24 16:46:09 2017 -0400

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



reply via email to

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