mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: gcc-12: Update to 12.3.0.
* gnu/packages/gcc.scm (gcc-12): Update to 12.3.0.
This commit is contained in:
parent
cdba1d8e2e
commit
23d4ebdaac
1 changed files with 2 additions and 2 deletions
|
@ -736,14 +736,14 @@ (define-public gcc-12
|
||||||
(package
|
(package
|
||||||
(inherit gcc-11)
|
(inherit gcc-11)
|
||||||
;; Note: 'compiler-cpu-architectures' is unchanged compared to GCC 11.
|
;; Note: 'compiler-cpu-architectures' is unchanged compared to GCC 11.
|
||||||
(version "12.2.0")
|
(version "12.3.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
|
||||||
"1zrhca90c7hqnjz3jgr1vl675q3h5lrd92b5ggi00jjryffcyjg5"))
|
"0fwcvbgpmjdfj5drfs8k6bkqsmxmz8pv4cmmjcd451p7k57mv6ll"))
|
||||||
(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…
Reference in a new issue