guix-commits
[Top][All Lists]
Advanced

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

45/51: gnu: util-linux: Update to 2.35.


From: guix-commits
Subject: 45/51: gnu: util-linux: Update to 2.35.
Date: Fri, 24 Jan 2020 14:48:24 -0500 (EST)

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

commit f69a22accfe95860f04186ba6fcd997c19d381f5
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 17:16:53 2020 +0100

    gnu: util-linux: Update to 2.35.
    
    * gnu/packages/linux.scm (util-linux): Update to 2.35.
    [arguments]: Add substitution to fix test locale.
---
 gnu/packages/linux.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3be93e7..569ba34 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1096,7 +1096,7 @@ providing the system administrator with some help in 
common tasks.")
 (define-public util-linux
   (package
     (name "util-linux")
-    (version "2.34")
+    (version "2.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/"
@@ -1104,7 +1104,7 @@ providing the system administrator with some help in 
common tasks.")
                                   "util-linux-" version ".tar.xz"))
               (sha256
                (base32
-                "1db2kydkwjmvgd1glkcba3adhidxw0f1x735dcjdpdjjf869sgvl"))
+                "1jg2vywxi9m2h0f2pz0a7a9afvv1j5726dg0cwryrhb809b1n25k"))
               (patches (search-patches "util-linux-tests.patch"))
               (modules '((guix build utils)))
               (snippet
@@ -1160,6 +1160,10 @@ providing the system administrator with some help in 
common tasks.")
                         (substitute* "tests/ts/misc/mcookie"
                           (("/etc/services")
                            (string-append net "/etc/services")))
+
+                        ;; The C.UTF-8 locale does not exist in our libc.
+                        (substitute* "tests/ts/column/invalid-multibyte"
+                          (("C\\.UTF-8") "en_US.utf8"))
                         #t)))
                   (add-after 'install 'move-static-libraries
                     (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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