diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-12-22 02:42:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-12-22 02:53:24 +0200 |
commit | 5d0ebcc4cfa2f31075f5859755e9dcd76fc3f404 (patch) | |
tree | 5f62607964f6b00d39699eb1d8140b03159f2b65 /gnu/packages | |
parent | 0d1baed223be7d2457d66b14c674b85d1aeec545 (diff) | |
download | patches-5d0ebcc4cfa2f31075f5859755e9dcd76fc3f404.tar patches-5d0ebcc4cfa2f31075f5859755e9dcd76fc3f404.tar.gz |
gnu: gcc: Update to 6.3.0.
* gnu/packages/gcc.scm (gcc): Update to 6.3.0.
Diffstat (limited to 'gnu/packages')
-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 72e2309c33..0f3f36e7d9 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -364,14 +364,14 @@ Go. It also includes runtime support libraries for these languages.") (define-public gcc-6 (package (inherit gcc-5) - (version "6.2.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcc/gcc-" version "/gcc-" version ".tar.bz2")) (sha256 (base32 - "1idpf43988v1a6i8lw9ak1r7igcfg1bm5kn011iydlr2qygmhi4r")) + "17xjz30jb65hcf714vn9gcxvrrji8j20xm7n33qg1ywhyzryfsph")) (patches (search-patches "gcc-strmov-store-file-names.patch" "gcc-5.0-libvtv-runpath.patch")))))) |