gnu: gcc@8: Update to 8.2.0.
* gnu/packages/gcc.scm (gcc-8): Update to 8.2.0.
This commit is contained in:
parent
f00d66b12c
commit
74a4fa5040
1 changed files with 2 additions and 2 deletions
|
@ -519,14 +519,14 @@ (define-public gcc-7
|
||||||
(define-public gcc-8
|
(define-public gcc-8
|
||||||
(package
|
(package
|
||||||
(inherit gcc-7)
|
(inherit gcc-7)
|
||||||
(version "8.1.0")
|
(version "8.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gcc/gcc-"
|
(uri (string-append "mirror://gnu/gcc/gcc-"
|
||||||
version "/gcc-" version ".tar.xz"))
|
version "/gcc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lxil8x0jjx7zbf90cy1rli650akaa6hpk8wk8s62vk2jbwnc60x"))
|
"10007smilswiiv2ymazr3b6x2i933c0ycxrr529zh4r6p823qv0r"))
|
||||||
(patches (search-patches "gcc-8-strmov-store-file-names.patch"
|
(patches (search-patches "gcc-8-strmov-store-file-names.patch"
|
||||||
"gcc-5.0-libvtv-runpath.patch"))))))
|
"gcc-5.0-libvtv-runpath.patch"))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue