summary refs log tree commit diff
path: root/distro
diff options
context:
space:
mode:
Diffstat (limited to 'distro')
-rw-r--r--distro/packages/base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/packages/base.scm b/distro/packages/base.scm
index 971190ed6a..0a937486a4 100644
--- a/distro/packages/base.scm
+++ b/distro/packages/base.scm
@@ -252,14 +252,14 @@ The tools supplied with this package are:
 (define-public coreutils
   (package
    (name "coreutils")
-   (version "8.19")
+   (version "8.20")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/coreutils/coreutils-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1rx9x3fp848w4nny7irdkcpkan9fcx24d99v5dkwgkyq7wc76f5d"))))
+              "1cly97xdy3v4nbbx631k43smqw0nnpn651kkprs0yyl2cj3pkjyv"))))
    (build-system gnu-build-system)
    (inputs `())                      ; TODO: optional deps: SELinux, ACL, GMP
    (arguments