gnu: gcc-14: Update to 14.2.0.
* gnu/packages/gcc.scm (gcc-14): Update to 14.2.0. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I250bf04c04233aa449f70701a238bfb4d4d07933master
parent
5c094e0a08
commit
8564929627
|
@ -833,14 +833,14 @@ It also includes runtime support libraries for these languages.")
|
||||||
(define-public gcc-14
|
(define-public gcc-14
|
||||||
(package
|
(package
|
||||||
(inherit gcc-13)
|
(inherit gcc-13)
|
||||||
(version "14.1.0")
|
(version "14.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
|
||||||
"0h3889kkfp9bzw8km9w1ssh5qjskg6yw02q8v3lkvzksk1acd0z2"))
|
"1j9wdznsp772q15w1kl5ip0gf0bh8wkanq2sdj12b7mzkk39pcx7"))
|
||||||
(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)))
|
||||||
|
|
Reference in New Issue