gnu: gcc-13: Update to 13.3.0.
* gnu/packages/gcc.scm (gcc-13): Update to 13.3.0. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Ia2dc3185acbb6671b2719e2d88d55b7d2b8fb92emaster
parent
6bcecb6898
commit
750148ce1e
|
@ -796,14 +796,14 @@ It also includes runtime support libraries for these languages.")
|
||||||
(define-public gcc-13
|
(define-public gcc-13
|
||||||
(package
|
(package
|
||||||
(inherit gcc-11)
|
(inherit gcc-11)
|
||||||
(version "13.2.0")
|
(version "13.3.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
|
||||||
"1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
|
"10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
|
||||||
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
|
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
|
||||||
"gcc-5.0-libvtv-runpath.patch"))
|
"gcc-5.0-libvtv-runpath.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Reference in New Issue