diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 22:21:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 22:21:29 +0200 |
commit | d2e2f142268e32ea2d42990cddfc7df2136741f3 (patch) | |
tree | 8488d2de3ef7a18723f1a1280ec5425716967834 /gnu/packages | |
parent | 6b9229ca512a38160156635edc9334eee44470ec (diff) | |
download | patches-d2e2f142268e32ea2d42990cddfc7df2136741f3.tar patches-d2e2f142268e32ea2d42990cddfc7df2136741f3.tar.gz |
gnu: gcc-4.7: Upgrade to 4.7.4.
* gnu/packages/gcc.scm (gcc-4.7): Upgrade to 4.7.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index e845b6ccb4..93dc6c0565 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -109,14 +109,14 @@ where the OS part is overloaded to denote a specific ABI---into GCC (maybe-target-tools)))))) (package (name "gcc") - (version "4.7.3") + (version "4.7.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gcc/gcc-" version "/gcc-" version ".tar.bz2")) (sha256 (base32 - "1hx9h64ivarlzi4hxvq42as5m9vlr5cyzaaq4gzj4i619zmkfz1g")))) + "10k2k71kxgay283ylbbhhs51cl55zn2q38vj5pk4k950qdnirrlj")))) (build-system gnu-build-system) ;; Separate out the run-time support libraries because all the |