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


From: Leo Famulari
Subject: 01/01: gnu: util-linux: Update to 2.28.1.
Date: Sun, 21 Aug 2016 21:56:11 +0000 (UTC)

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

commit f041616da1413a9e5fdc8e54a90890d70be25572
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 21 17:53:25 2016 -0400

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



reply via email to

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