guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: coreutils: Update to 8.32.


From: guix-commits
Subject: 14/19: gnu: coreutils: Update to 8.32.
Date: Thu, 5 Mar 2020 18:10:20 -0500 (EST)

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

commit d7ca0f73ff6db21ec254c7a229feb3467103154f
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 5 17:47:41 2020 +0100

    gnu: coreutils: Update to 8.32.
    
    * gnu/packages/base.scm (coreutils): Update to 8.32.
    [arguments]: Remove obsolete phase.
---
 gnu/packages/base.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 13bcf7f..1989bdd 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -290,14 +290,14 @@ used to apply commands with arbitrarily long arguments.")
 (define-public coreutils
   (package
    (name "coreutils")
-   (version "8.31")
+   (version "8.32")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/coreutils/coreutils-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1zg9m79x1i2nifj4kb0waf9x3i5h6ydkypkjnbsb9rnwis8rqypz"))))
+              "1yjcrh5hw70c0yn8zw55pd6j51dj90anpq8mmg649ps9g3gdhn24"))))
    (build-system gnu-build-system)
    (inputs `(("acl"  ,acl)                        ; TODO: add SELinux
              ("gmp"  ,gmp)                        ;bignums in 'expr', yay!
@@ -329,16 +329,6 @@ used to apply commands with arbitrarily long arguments.")
                        (("/bin/sh") (which "sh")))
                      (substitute* (find-files "tests" "\\.sh$")
                        (("#!/bin/sh") (string-append "#!" (which "sh"))))
-                     #t))
-                 (add-before 'check 'disable-broken-test
-                   (lambda _
-                     ;; This test hits the 127 character shebang limit in the 
build
-                     ;; environment due to the way "env -S" splits arguments 
into
-                     ;; shebangs.  Note that "env-S-script.sh" works around 
this
-                     ;; specific issue, but "env-S.pl" is not adjusted for 
build
-                     ;; environments with long prefixes (/tmp/guix-build-...).
-                     (substitute* "Makefile"
-                       (("^.*tests/misc/env-S.pl.*$") ""))
                      #t)))))
    (synopsis "Core GNU utilities (file, text, shell)")
    (description



reply via email to

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