me
/
guix
Archived
1
0
Fork 0

distro: GCC: Upgrade to 4.7.2.

* distro/base.scm (gcc-4.7): Upgrade to 4.7.2.
master
Ludovic Courtès 2012-09-26 21:48:22 +02:00
parent 82dc2b9af9
commit 8ffae202ac
1 changed files with 2 additions and 2 deletions

View File

@ -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)