summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-27 19:58:52 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-27 19:58:52 +0200
commit8456f9fcd93034150460e7e950aa502db3cc3d38 (patch)
tree81e74c7db7be20090448f786346b79339e6c9641 /gnu/packages/gcc.scm
parent3f0f0d61bbcbba2300f0dcebdf87a8c61015ebc3 (diff)
downloadpatches-8456f9fcd93034150460e7e950aa502db3cc3d38.tar
patches-8456f9fcd93034150460e7e950aa502db3cc3d38.tar.gz
gnu: gcc-7: Update to 7.5.0.
* gnu/packages/gcc.scm (gcc-7): Update to 7.5.0.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index bda6a2b48a..4c036933e1 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -491,14 +491,14 @@ Go. It also includes runtime support libraries for these languages.")
(define-public gcc-7
(package
(inherit gcc-6)
- (version "7.4.0")
+ (version "7.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "0lgy170b0pp60j9cczqkmaqyjjb584vfamj4c30swd7k0j6y5pgd"))
+ "0qg6kqc5l72hpnj4vr6l0p69qav0rh4anlkk3y55540zy3klc6dq"))
(patches (search-patches "gcc-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))))
(description