diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-05-15 22:42:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-15 22:43:15 +0300 |
commit | f7e5ecf71f9ddb58533d235a9880dba59b074698 (patch) | |
tree | 47661122851b80ace1d1ae826bc9b269f15eb336 /gnu/packages/gcc.scm | |
parent | 5b359e4ba58daee0e08857cfe3a2296a2ac6fca6 (diff) |
gnu: gcc-8: Update to 8.5.0.
* gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.
Diffstat (limited to 'gnu/packages/gcc.scm')
-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 8c8968a111..ad3706359d 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -554,14 +554,14 @@ It also includes runtime support libraries for these languages."))) (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")))))) |