[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: gcc@12: Update to 12.4.0.
From: |
guix-commits |
Subject: |
01/11: gnu: gcc@12: Update to 12.4.0. |
Date: |
Mon, 19 Aug 2024 10:50:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9aa38f98cbd41644abe2c43bb4f44f74df642df2
Author: fanquake <fanquake@gmail.com>
AuthorDate: Fri Jun 21 12:23:41 2024 +0100
gnu: gcc@12: Update to 12.4.0.
* gnu/packages/gcc.scm (gcc-12): Update to 12.4.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ibdd003d5b61eb4b9e6a1b56428d01d51cca97b44
---
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 9e3ee2031c..ddef080e2a 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -778,14 +778,14 @@ It also includes runtime support libraries for these
languages.")
(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)))
- 02/11: gnu: Add openpmix., (continued)
- 02/11: gnu: Add openpmix., guix-commits, 2024/08/19
- 03/11: gnu: Add prrte., guix-commits, 2024/08/19
- 04/11: gnu: slurm: Always inherit from the immediately newer version., guix-commits, 2024/08/19
- 06/11: gnu: Add openmpi-5., guix-commits, 2024/08/19
- 08/11: services: privileged-program: No libcap when cross-compiling to the Hurd., guix-commits, 2024/08/19
- 10/11: system: hurd: Empty default ‘privileged-programs’ list., guix-commits, 2024/08/19
- 07/11: gnu: openmpi: Set default version to 4.x., guix-commits, 2024/08/19
- 05/11: gnu: slurm: Add PMIx support., guix-commits, 2024/08/19
- 09/11: services: Truly mark ‘setuid-program-service-type’ as deprecated., guix-commits, 2024/08/19
- 11/11: install: Set ‘privileged-programs’ rather than ‘setuid-programs’., guix-commits, 2024/08/19
- 01/11: gnu: gcc@12: Update to 12.4.0.,
guix-commits <=