From 8ffae202acca491c7ebceb094018c79a6d5f2b3a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 26 Sep 2012 21:48:22 +0200 Subject: distro: GCC: Upgrade to 4.7.2. * distro/base.scm (gcc-4.7): Upgrade to 4.7.2. --- distro/base.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distro') diff --git a/distro/base.scm b/distro/base.scm index 37443c1f55..bf49d02f20 100644 --- a/distro/base.scm +++ b/distro/base.scm @@ -709,14 +709,14 @@ BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc.") (let ((stripped? #t)) ; TODO: make this a parameter (package (name "gcc") - (version "4.7.1") + (version "4.7.2") (source (origin (method http-fetch) (uri (string-append "http://ftp.gnu.org/gnu/gcc/gcc-" version "/gcc-" version ".tar.bz2")) (sha256 (base32 - "0vs0v89zzgkngkw2p8kdynyk7j8ky4wf6zyrg3rsschpl1pky28n")))) + "115h03hil99ljig8lkrq4qk426awmzh0g99wrrggxf8g07bq74la")))) (build-system gnu-build-system) (inputs `(("gmp" ,gmp) ("mpfr" ,mpfr) -- cgit v1.2.3