~ruther/guix-local

750148ce1ea6c65a7c14424546db0078161f7e17 — Michael Ford 1 year, 10 months ago 6bcecb6
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: Ia2dc3185acbb6671b2719e2d88d55b7d2b8fb92e
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +2 -2
@@ 796,14 796,14 @@ It also includes runtime support libraries for these languages.")
(define-public gcc-13
  (package
    (inherit gcc-11)
    (version "13.2.0")
    (version "13.3.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gcc/gcc-"
                                  version "/gcc-" version ".tar.xz"))
              (sha256
               (base32
                "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
                "10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
              (patches (search-patches "gcc-12-strmov-store-file-names.patch"
                                       "gcc-5.0-libvtv-runpath.patch"))
              (modules '((guix build utils)))