guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: address@hidden: Update to 5.4.0.


From: Efraim Flashner
Subject: 07/09: gnu: address@hidden: Update to 5.4.0.
Date: Mon, 15 Aug 2016 07:43:44 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit 8c8b2bf3a37dc5570192def02a1ba243d66826d6
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 14 10:41:19 2016 +0300

    gnu: address@hidden: Update to 5.4.0.
    
    * gnu/packages/gcc.scm (address@hidden): Update to 5.4.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 bba01de..73dc41d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -346,14 +346,14 @@ Go.  It also includes runtime support libraries for these 
languages.")
   ;; Note: GCC >= 5 ships with .info files but 'make install' fails to install
   ;; them in a VPATH build.
   (package (inherit gcc-4.9)
-    (version "5.3.0")
+    (version "5.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ny4smkp5bzs3cp8ss7pl6lk8yss0d9m4av1mvdp72r1x695akxq"))
+                "0fihlcy5hnksdxk0sn6bvgnyq8gfrgs8m794b1jxwd1dxinzg3b0"))
               (patches (search-patches "gcc-5.0-libvtv-runpath.patch"))))))
 
 (define-public gcc-6



reply via email to

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