unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 71747@debbugs.gnu.org
Subject: [bug#71747] [PATCH] gnu: gcc-12: Update to 12.4.0.
Date: Mon, 24 Jun 2024 12:26:52 +0100	[thread overview]
Message-ID: <CAFyhPjXrZ3cghmf_JpaBPmgveAuaxAMpvLvENNuX_t9VAEBhGw@mail.gmail.com> (raw)

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




             reply	other threads:[~2024-06-24 11:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-24 11:26 Michael Ford [this message]
     [not found] ` <871q3o6re1.fsf@qq.com>
2024-07-20 14:59   ` [bug#71747] [PATCH] gnu: gcc-12: Update to 12.4.0 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyhPjXrZ3cghmf_JpaBPmgveAuaxAMpvLvENNuX_t9VAEBhGw@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=71747@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).