From f7e5ecf71f9ddb58533d235a9880dba59b074698 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 15 May 2021 22:42:16 +0300 Subject: gnu: gcc-8: Update to 8.5.0. * gnu/packages/gcc.scm (gcc-8): Update to 8.5.0. --- gnu/packages/gcc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gcc.scm') diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 8c8968a111..ad3706359d 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -554,14 +554,14 @@ (define-public gcc-7 (define-public gcc-8 (package (inherit gcc-7) - (version "8.4.0") + (version "8.5.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcc/gcc-" version "/gcc-" version ".tar.xz")) (sha256 (base32 - "1m1d3gfix56w4aq8myazzfffkl8bqcrx4jhhapnjf7qfs596w2p3")) + "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k")) (patches (search-patches "gcc-8-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch")))))) -- cgit v1.2.3