guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: address@hidden: Update to 4.9.4.


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

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

commit b08474974fb198d72ee0c8d99a1277938d6de623
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 14 10:14:14 2016 +0300

    gnu: address@hidden: Update to 4.9.4.
    
    * gnu/packages/gcc.scm (address@hidden): Update to 4.9.4.
---
 gnu/packages/gcc.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3236a4e..bba01de 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
-;;; Copyright © 2015 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -332,14 +332,14 @@ Go.  It also includes runtime support libraries for these 
languages.")
 
 (define-public gcc-4.9
   (package (inherit gcc-4.8)
-    (version "4.9.3")
+    (version "4.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
+                "14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc"))
               (patches (search-patches "gcc-libvtv-runpath.patch"))))))
 
 (define-public gcc-5



reply via email to

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