guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: coreutils: Update to 9.2.


From: guix-commits
Subject: 04/04: gnu: coreutils: Update to 9.2.
Date: Fri, 1 Sep 2023 04:02:25 -0400 (EDT)

andreas pushed a commit to branch wip-gmp
in repository guix.

commit d4e4eae7b6c707ef11b2ce2334468d3b2a05f725
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Sep 1 09:59:43 2023 +0200

    gnu: coreutils: Update to 9.2.
    
    * gnu/packages/base.scm (coreutils): Update to 9.2.
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index f8ee492a2c..8eba0a561a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -371,14 +371,14 @@ used to apply commands with arbitrarily long arguments.")
 (define-public coreutils
   (package
    (name "coreutils")
-   (version "9.1")
+   (version "9.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/coreutils/coreutils-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "08q4b0w7mwfxbqjs712l6wrwl2ijs7k50kssgbryg9wbsw8g98b1"))))
+              "1cxh0k62kphhvznalj5ik2pxl1pladwc2s6k8zg13cndp53zz1b8"))))
    (build-system gnu-build-system)
    (inputs `(,acl                                 ;TODO: add SELinux
              ,attr                                ;for xattrs in ls, mv, etc



reply via email to

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