gnu: gcc-15: Update to 15.2.0.

* gnu/packages/gcc.scm (gcc-15): Update to 15.2.0.

Change-Id: Idfb116056b57406ddb746c0e0583adad284296ae
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Zheng Junjie 2025-08-13 17:37:56 +08:00 committed by Greg Hogan
parent 7f33ac026a
commit cc083d6b95
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -918,14 +918,14 @@ It also includes runtime support libraries for these languages.")
(define-public gcc-15
(package
(inherit gcc-14)
(version "15.1.0")
(version "15.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
"1skcy1a3wwb8k25f9l1qy11nj8b5089f05dpzzn1zw302v19xc72"))
"0knj4ph6y7r7yhnp1v4339af7mki5nkh7ni9b948433bhabdk3s3"))
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))
(modules '((guix build utils)))