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


From: Leo Famulari
Subject: 01/01: gnu: util-linux: Update to 2.29.1.
Date: Wed, 15 Feb 2017 22:06:47 -0500 (EST)

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

commit 0172d5a12ec2efd57a8e05201ae83dc02a2b9d31
Author: Leo Famulari <address@hidden>
Date:   Wed Feb 15 22:06:13 2017 -0500

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



reply via email to

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