summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-29 10:37:24 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-29 14:42:10 +0200
commitab5f49cf6a1768224048d719101dc447a3a4914f (patch)
tree60785e413e1ca363784d5afda0c19997b6c20dfc /gnu
parent7ce216110cbb4015bfc4ae186f4a34d38481ce1b (diff)
downloadguix-patches-ab5f49cf6a1768224048d719101dc447a3a4914f.tar
guix-patches-ab5f49cf6a1768224048d719101dc447a3a4914f.tar.gz
gnu: gcc-4.8: Update to 4.8.5.
* gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.5.
Diffstat (limited to 'gnu')
-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 4fc2e6355e..c81d700b69 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -307,14 +307,14 @@ Go. It also includes runtime support libraries for these languages.")
(define-public gcc-4.8
(package (inherit gcc-4.7)
- (version "4.8.4")
+ (version "4.8.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.bz2"))
(sha256
(base32
- "15c6gwm6dzsaagamxkak5smdkf1rdfbqqjs9jdbrp3lbg4ism02a"))
+ "08yggr18v373a1ihj0rg2vd6psnic42b518xcgp3r9k81xz1xyr2"))
(patches (list (search-patch "gcc-arm-link-spec-fix.patch")))))))
(define-public gcc-4.9