gnu: gcc-5: Update to 5.3.0.

* gnu/packages/gcc.scm (gcc-5): Update to 5.3.0.
This commit is contained in:
Efraim Flashner 2015-12-14 07:26:36 +02:00
parent 6645753b46
commit b431e3a08d

View file

@ -3,6 +3,7 @@
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -334,14 +335,14 @@ (define-public gcc-4.9
(define-public gcc-5
(package (inherit gcc-4.9)
(version "5.2.0")
(version "5.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.bz2"))
(sha256
(base32
"1bccp8a106xwz3wkixn65ngxif112vn90qf95m6lzpgpnl25p0sz"))
"1ny4smkp5bzs3cp8ss7pl6lk8yss0d9m4av1mvdp72r1x695akxq"))
(patches (list (search-patch "gcc-5.0-libvtv-runpath.patch")))))))
(define-public gcc gcc-4.9)