guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gcc-6: Update to 6.2.0.


From: Efraim Flashner
Subject: 01/01: gnu: gcc-6: Update to 6.2.0.
Date: Tue, 23 Aug 2016 05:27:41 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c524fda4dc143b8872f3fe15743070abd18bbb6e
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 23 07:03:03 2016 +0300

    gnu: gcc-6: Update to 6.2.0.
    
    * gnu/packages/gcc.scm (gcc-6): Update to 6.2.0.
---
 gnu/packages/gcc.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3236a4e..4f1deda 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -359,14 +359,14 @@ Go.  It also includes runtime support libraries for these 
languages.")
 (define-public gcc-6
   (package
     (inherit gcc-5)
-    (version "6.1.0")
+    (version "6.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ld3y4rgimyqgx1nwvzqyl5gr4wzc0ch4akkvsqp3fgbmdfcii09"))
+                "1idpf43988v1a6i8lw9ak1r7igcfg1bm5kn011iydlr2qygmhi4r"))
               (patches (search-patches "gcc-5.0-libvtv-runpath.patch"))))))
 
 ;; Note: When changing the default gcc version, update



reply via email to

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