GNU bug report logs - #71100
[PATCH] gnu: gcc-13: Update to 13.3.0.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Tue, 21 May 2024 17:18:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.
Date: Tue, 21 May 2024 18:17:33 +0100
From 2d20191e3686e7db7a00c67a8ae24961a311296f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 21 May 2024 17:29:43 +0100
Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.

* gnu/packages/gcc.scm (gcc-13): Update to 13.3.0.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7be4cb9bb1..c08c6521d6 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -796,14 +796,14 @@ (define-public gcc-12
 (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)))
-- 
2.45.1




This bug report was last modified 1 year and 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.