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.28.2.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: util-linux: Update to 2.28.2.
Date: Tue, 27 Dec 2016 23:00:41 +0000 (UTC)

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

commit c09dd486a2fffad6efc7d352cfea459876ba44bd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 27 22:24:06 2016 +0100

    gnu: util-linux: Update to 2.28.2.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.28.2.
---
 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 3b8f5ad..a040aeb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -448,7 +448,7 @@ providing the system administrator with some help in common 
tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.28.1")
+    (version "2.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -456,7 +456,7 @@ providing the system administrator with some help in common 
tasks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03xnaw3c7pavxvvh1vnimcr44hlhhf25whawiyv8dxsflfj4xkiy"))
+                "1kgh16j3ywzf5gdz4vq6v3dyc5qsi377p11clj9xxgi0dwa3g7dq"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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