guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: gcc-4.8: Update to 4.8.5.


From: Ludovic Courtès
Subject: 02/07: gnu: gcc-4.8: Update to 4.8.5.
Date: Mon, 29 Jun 2015 12:42:28 +0000

civodul pushed a commit to branch master
in repository guix.

commit ab5f49cf6a1768224048d719101dc447a3a4914f
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 29 10:37:24 2015 +0200

    gnu: gcc-4.8: Update to 4.8.5.
    
    * gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.5.
---
 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 4fc2e63..c81d700 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]