summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-08-13 17:37:56 +0800
committerGreg Hogan <code@greghogan.com>2025-08-15 14:18:55 +0000
commitcc083d6b95b35a743456e95d979d1f05e49fc1f3 (patch)
tree5643d0abd8245f2e463e0029d1ad4a61cad132eb
parent7f33ac026a7ca1ebc8bb195f32c053f6deb87139 (diff)
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>
-rw-r--r--gnu/packages/gcc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index aa1454ca96..caeba83735 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -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)))