guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gcc-13: Update to 13.3.0.


From: guix-commits
Subject: 02/04: gnu: gcc-13: Update to 13.3.0.
Date: Wed, 22 May 2024 03:49:02 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 750148ce1ea6c65a7c14424546db0078161f7e17
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Tue May 21 18:17:33 2024 +0100

    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
---
 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 @@ 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]