* [bug#71100] [PATCH] gnu: gcc-13: Update to 13.3.0.
@ 2024-05-21 17:17 Michael Ford
2024-05-22 7:51 ` Z572
2024-05-22 8:14 ` bug#71100: " Z572
0 siblings, 2 replies; 3+ messages in thread
From: Michael Ford @ 2024-05-21 17:17 UTC (permalink / raw)
To: 71100
From 2d20191e3686e7db7a00c67a8ae24961a311296f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Tue, 21 May 2024 17:29:43 +0100
Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.
* gnu/packages/gcc.scm (gcc-13): Update to 13.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 7be4cb9bb1..c08c6521d6 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -796,14 +796,14 @@ (define-public gcc-12
(define-public gcc-13
(package
(inherit gcc-11)
- (version "13.2.0")
+ (version "13.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
+ "10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))
(modules '((guix build utils)))
--
2.45.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#71100] [PATCH] gnu: gcc-13: Update to 13.3.0.
2024-05-21 17:17 [bug#71100] [PATCH] gnu: gcc-13: Update to 13.3.0 Michael Ford
@ 2024-05-22 7:51 ` Z572
2024-05-22 8:14 ` bug#71100: " Z572
1 sibling, 0 replies; 3+ messages in thread
From: Z572 @ 2024-05-22 7:51 UTC (permalink / raw)
To: Michael Ford; +Cc: 71100
[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]
Michael Ford <fanquake@gmail.com> writes:
> From 2d20191e3686e7db7a00c67a8ae24961a311296f Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Tue, 21 May 2024 17:29:43 +0100
> Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.
>
> * gnu/packages/gcc.scm (gcc-13): Update to 13.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 7be4cb9bb1..c08c6521d6 100644
> --- a/gnu/packages/gcc.scm
> +++ b/gnu/packages/gcc.scm
> @@ -796,14 +796,14 @@ (define-public gcc-12
> (define-public gcc-13
> (package
> (inherit gcc-11)
> - (version "13.2.0")
> + (version "13.3.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/gcc/gcc-"
> version "/gcc-" version ".tar.xz"))
> (sha256
> (base32
> - "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
> + "10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
> (patches (search-patches "gcc-12-strmov-store-file-names.patch"
> "gcc-5.0-libvtv-runpath.patch"))
> (modules '((guix build utils)))
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=750148ce1ea6c65a7c14424546db0078161f7e17
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#71100: [PATCH] gnu: gcc-13: Update to 13.3.0.
2024-05-21 17:17 [bug#71100] [PATCH] gnu: gcc-13: Update to 13.3.0 Michael Ford
2024-05-22 7:51 ` Z572
@ 2024-05-22 8:14 ` Z572
1 sibling, 0 replies; 3+ messages in thread
From: Z572 @ 2024-05-22 8:14 UTC (permalink / raw)
To: 71100-done
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-22 8:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 17:17 [bug#71100] [PATCH] gnu: gcc-13: Update to 13.3.0 Michael Ford
2024-05-22 7:51 ` Z572
2024-05-22 8:14 ` bug#71100: " Z572
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.