all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57344] [PATCH] gnu: gcc-12: Update to 12.2.0.
@ 2022-08-22 18:26 Greg Hogan
  2022-08-26 22:05 ` bug#57344: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-08-22 18:26 UTC (permalink / raw)
  To: 57344; +Cc: Greg Hogan

* gnu/packages/gcc.scm (gcc-12): Update to 12.2.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 4c496e31b2..11ee631bf4 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -702,14 +702,14 @@ (define-public gcc-12
   (package
     (inherit gcc-11)
     ;; Note: 'compiler-cpu-architectures' is unchanged compared to GCC 11.
-    (version "12.1.0")
+    (version "12.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "0ywws66myjxcwsmla721g35d2ymlckq6ii7j9av0477ki5467zb2"))
+                "1zrhca90c7hqnjz3jgr1vl675q3h5lrd92b5ggi00jjryffcyjg5"))
               (patches (search-patches "gcc-12-strmov-store-file-names.patch"
                                        "gcc-5.0-libvtv-runpath.patch"))
               (modules '((guix build utils)))
-- 
2.37.2





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

* bug#57344: [PATCH] gnu: gcc-12: Update to 12.2.0.
  2022-08-22 18:26 [bug#57344] [PATCH] gnu: gcc-12: Update to 12.2.0 Greg Hogan
@ 2022-08-26 22:05 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-26 22:05 UTC (permalink / raw)
  To: Greg Hogan, 57344-done; +Cc: Greg Hogan

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

Greg Hogan <code@greghogan.com> skriver:

> * gnu/packages/gcc.scm (gcc-12): Update to 12.2.0.

Applied, thanks!

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

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

end of thread, other threads:[~2022-08-26 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 18:26 [bug#57344] [PATCH] gnu: gcc-12: Update to 12.2.0 Greg Hogan
2022-08-26 22:05 ` bug#57344: " Marius Bakke

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.