guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit d2234c025de1bc451ba008783844a10c677b5a3d Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Fri May 23 18:33:20 2025 +0200 gnu: gcc-14: Update to 14.3.0. * gnu/packages/gcc.scm (gcc-14): Update to 14.3.0. Change-Id: I50b3c47f1e1c80129e2aee7a37e0fa6c57a3f9fc --- 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 a74a2229f1..60abe12e33 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2023 Maxim Cournoyer <maxim.courno...@gmail.com> ;;; Copyright © 2024 Nguyễn Gia Phong <mcsi...@disroot.org> ;;; Copyright © 2025 Leo Nikkilä <he...@lnikki.la> +;;; Copyright © 2025 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -857,14 +858,14 @@ It also includes runtime support libraries for these languages.") (define-public gcc-14 (package (inherit gcc-13) - (version "14.2.0") + (version "14.3.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcc/gcc-" version "/gcc-" version ".tar.xz")) (sha256 (base32 - "1j9wdznsp772q15w1kl5ip0gf0bh8wkanq2sdj12b7mzkk39pcx7")) + "0fna78ly417g69fdm4i5f3ms96g8xzzjza8gwp41lqr5fqlpgp70")) (patches (search-patches "gcc-12-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch")) (modules '((guix build utils)))