unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55292] [PATCH] gnu: gcc-11: Update to 11.3.0.
@ 2022-05-06 18:40 Greg Hogan
  2022-05-09  8:31 ` bug#55292: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-05-06 18:40 UTC (permalink / raw)
  To: 55292


[-- Attachment #1.1: Type: text/plain, Size: 1537 bytes --]

From b0cfcbffd2637ecb88d26468b36eb49b72499edc Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 6 May 2022 14:04:43 +0000
Subject: [PATCH] gnu: gcc-11: Update to 11.3.0.

* gnu/packages/gcc.scm (gcc-11): Update to 11.3.0.
---
 gnu/packages/gcc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 07466143fc..43519f45f2 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -664,14 +665,14 @@ (define-public gcc-10
 (define-public gcc-11
   (package
    (inherit gcc-8)
-   (version "11.2.0")
+   (version "11.3.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "12zs6vd2rapp42x154m479hg3h3lsafn3xhg06hp5hsldd9xr3nh"))
+              "0fdclcwf728wbq52vphfcjywzhpsjp3kifzj3pib3xcihs0z4z5l"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-5.0-libvtv-runpath.patch"))
             (modules '((guix build utils)))
-- 
2.36.0

[-- Attachment #1.2: Type: text/html, Size: 2082 bytes --]

[-- Attachment #2: 0001-gnu-gcc-11-Update-to-11.3.0.patch --]
[-- Type: text/x-patch, Size: 1497 bytes --]

From b0cfcbffd2637ecb88d26468b36eb49b72499edc Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 6 May 2022 14:04:43 +0000
Subject: [PATCH] gnu: gcc-11: Update to 11.3.0.

* gnu/packages/gcc.scm (gcc-11): Update to 11.3.0.
---
 gnu/packages/gcc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 07466143fc..43519f45f2 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -664,14 +665,14 @@ (define-public gcc-10
 (define-public gcc-11
   (package
    (inherit gcc-8)
-   (version "11.2.0")
+   (version "11.3.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "12zs6vd2rapp42x154m479hg3h3lsafn3xhg06hp5hsldd9xr3nh"))
+              "0fdclcwf728wbq52vphfcjywzhpsjp3kifzj3pib3xcihs0z4z5l"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-5.0-libvtv-runpath.patch"))
             (modules '((guix build utils)))
-- 
2.36.0


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

* bug#55292: [PATCH] gnu: gcc-11: Update to 11.3.0.
  2022-05-06 18:40 [bug#55292] [PATCH] gnu: gcc-11: Update to 11.3.0 Greg Hogan
@ 2022-05-09  8:31 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-05-09  8:31 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55292-done

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Looks good to me. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-05-09  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 18:40 [bug#55292] [PATCH] gnu: gcc-11: Update to 11.3.0 Greg Hogan
2022-05-09  8:31 ` bug#55292: " Efraim Flashner

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