guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: util-linux: Update to 2.32.1.


From: Marius Bakke
Subject: 15/17: gnu: util-linux: Update to 2.32.1.
Date: Sun, 22 Jul 2018 12:00:12 -0400 (EDT)

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

commit 0d517c073d5f6b7f4cddc57013d75c7fb19a9c75
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 19 15:00:43 2018 +0200

    gnu: util-linux: Update to 2.32.1.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.32.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 76c67f4..32ae759 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -560,7 +560,7 @@ providing the system administrator with some help in common 
tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.32")
+    (version "2.32.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -568,7 +568,7 @@ providing the system administrator with some help in common 
tasks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0d2758kjll5xqm5fpp3sww1h66aahx161sf2b60jxqv4qymrfwvc"))
+                "1ck7d8srw5szpjq7v0gpmjahnjs6wgqzm311ki4gazww6xx71rl6"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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