mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
distro: coreutils: Update to 8.20.
* distro/packages/base.scm (coreutils): Update to 8.20.
This commit is contained in:
parent
8ffaa93bff
commit
8722e80e82
1 changed files with 2 additions and 2 deletions
|
@ -252,14 +252,14 @@ (define-public findutils
|
||||||
(define-public coreutils
|
(define-public coreutils
|
||||||
(package
|
(package
|
||||||
(name "coreutils")
|
(name "coreutils")
|
||||||
(version "8.19")
|
(version "8.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/coreutils/coreutils-"
|
(uri (string-append "mirror://gnu/coreutils/coreutils-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rx9x3fp848w4nny7irdkcpkan9fcx24d99v5dkwgkyq7wc76f5d"))))
|
"1cly97xdy3v4nbbx631k43smqw0nnpn651kkprs0yyl2cj3pkjyv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `()) ; TODO: optional deps: SELinux, ACL, GMP
|
(inputs `()) ; TODO: optional deps: SELinux, ACL, GMP
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue