guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gcc-12: Update to 12.3.0.


From: guix-commits
Subject: 03/06: gnu: gcc-12: Update to 12.3.0.
Date: Tue, 9 May 2023 02:59:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 23d4ebdaac631842cd0101fd5d3ae0c08e2fcd99
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 9 08:39:19 2023 +0300

    gnu: gcc-12: Update to 12.3.0.
    
    * gnu/packages/gcc.scm (gcc-12): Update to 12.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 bdcc3f0508..4984e188ea 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -736,14 +736,14 @@ It also includes runtime support libraries for these 
languages.")
   (package
     (inherit gcc-11)
     ;; Note: 'compiler-cpu-architectures' is unchanged compared to GCC 11.
-    (version "12.2.0")
+    (version "12.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "1zrhca90c7hqnjz3jgr1vl675q3h5lrd92b5ggi00jjryffcyjg5"))
+                "0fwcvbgpmjdfj5drfs8k6bkqsmxmz8pv4cmmjcd451p7k57mv6ll"))
               (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]