diff options
author | fanquake <fanquake@gmail.com> | 2025-07-11 09:33:46 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-09-01 22:03:13 +0200 |
commit | 79fce89fd0b100128ee1413f56367672562d4de5 (patch) | |
tree | 95d4af9bb766b6611d5133fd6aacf3f5cf921954 | |
parent | 7d89da8c89f89331df4f293af700e6bb843bf634 (diff) |
gnu: gcc@12: Update to 12.5.0.
* gnu/packages/gcc.scm (gcc-12): Update to 12.5.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 8ce59145ec..c1c125764f 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -826,14 +826,14 @@ It also includes runtime support libraries for these languages.") (define-public gcc-12 (package (inherit gcc-11) - (version "12.4.0") + (version "12.5.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcc/gcc-" version "/gcc-" version ".tar.xz")) (sha256 (base32 - "0xcida8l2wykvvzvpcrcn649gj0ijn64gwxbplacpg6c0hk6akvh")) + "1cv282mipca0s9f64c3vza7a1hd4q54lvcdmqmk5wq841wykgkbi")) (patches (search-patches "gcc-12-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch" "gcc-12-libsanitizer-no-crypt.patch" |