mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7f33ac026a
commit
cc083d6b95
1 changed files with 2 additions and 2 deletions
|
@ -918,14 +918,14 @@ It also includes runtime support libraries for these languages.")
|
||||||
(define-public gcc-15
|
(define-public gcc-15
|
||||||
(package
|
(package
|
||||||
(inherit gcc-14)
|
(inherit gcc-14)
|
||||||
(version "15.1.0")
|
(version "15.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gcc/gcc-"
|
(uri (string-append "mirror://gnu/gcc/gcc-"
|
||||||
version "/gcc-" version ".tar.xz"))
|
version "/gcc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1skcy1a3wwb8k25f9l1qy11nj8b5089f05dpzzn1zw302v19xc72"))
|
"0knj4ph6y7r7yhnp1v4339af7mki5nkh7ni9b948433bhabdk3s3"))
|
||||||
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
|
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
|
||||||
"gcc-5.0-libvtv-runpath.patch"))
|
"gcc-5.0-libvtv-runpath.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue