all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71747] [PATCH] gnu: gcc-12: Update to 12.4.0.
@ 2024-06-24 11:26 Michael Ford
  2024-07-20 14:59   ` Z572 via Guix-patches via
  2024-08-05 10:52 ` [bug#71747] [PATCH] (resend) " Michael Ford
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Ford @ 2024-06-24 11:26 UTC (permalink / raw)
  To: 71747

From a2552cac29626aded67f33ee3a722787274dcf47 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 21 Jun 2024 12:23:41 +0100
Subject: [PATCH] gnu: gcc-12: Update to 12.4.0.

* gnu/packages/gcc.scm (gcc-12): Update to 12.4.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 3184a8b6a0..72456dc576 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -778,14 +778,14 @@ (define patch
 (define-public gcc-12
   (package
     (inherit gcc-11)
-    (version "12.3.0")
+    (version "12.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "0fwcvbgpmjdfj5drfs8k6bkqsmxmz8pv4cmmjcd451p7k57mv6ll"))
+                "0xcida8l2wykvvzvpcrcn649gj0ijn64gwxbplacpg6c0hk6akvh"))
               (patches (search-patches "gcc-12-strmov-store-file-names.patch"
                                        "gcc-5.0-libvtv-runpath.patch"))
               (modules '((guix build utils)))
-- 
2.45.2




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-19 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 11:26 [bug#71747] [PATCH] gnu: gcc-12: Update to 12.4.0 Michael Ford
2024-07-20 14:59 ` Z572 via Guix-patches via
2024-07-20 14:59   ` Z572 via Guix-patches via
2024-08-05 10:52 ` [bug#71747] [PATCH] (resend) " Michael Ford
2024-08-19 12:49   ` bug#71747: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.