diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-21 17:59:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-21 17:59:23 +0100 |
commit | 8722e80e82f6b2ca326b20a4b3179ed25115ce4f (patch) | |
tree | e71b4684bb049433abed7c01073ffde36f53a473 /distro/packages | |
parent | 8ffaa93bffdb08dfe175854863462211d61261be (diff) |
distro: coreutils: Update to 8.20.
* distro/packages/base.scm (coreutils): Update to 8.20.
Diffstat (limited to 'distro/packages')
-rw-r--r-- | distro/packages/base.scm | 4 |
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 |