gnu: gcc-4.7: Upgrade to 4.7.4.
* gnu/packages/gcc.scm (gcc-4.7): Upgrade to 4.7.4.
This commit is contained in:
		
							parent
							
								
									6b9229ca51
								
							
						
					
					
						commit
						d2e2f14226
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -109,14 +109,14 @@ where the OS part is overloaded to denote a specific ABI---into GCC
 | 
				
			||||||
                   (maybe-target-tools))))))
 | 
					                   (maybe-target-tools))))))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "gcc")
 | 
					      (name "gcc")
 | 
				
			||||||
      (version "4.7.3")
 | 
					      (version "4.7.4")
 | 
				
			||||||
      (source (origin
 | 
					      (source (origin
 | 
				
			||||||
               (method url-fetch)
 | 
					               (method url-fetch)
 | 
				
			||||||
               (uri (string-append "mirror://gnu/gcc/gcc-"
 | 
					               (uri (string-append "mirror://gnu/gcc/gcc-"
 | 
				
			||||||
                                   version "/gcc-" version ".tar.bz2"))
 | 
					                                   version "/gcc-" version ".tar.bz2"))
 | 
				
			||||||
               (sha256
 | 
					               (sha256
 | 
				
			||||||
                (base32
 | 
					                (base32
 | 
				
			||||||
                 "1hx9h64ivarlzi4hxvq42as5m9vlr5cyzaaq4gzj4i619zmkfz1g"))))
 | 
					                 "10k2k71kxgay283ylbbhhs51cl55zn2q38vj5pk4k950qdnirrlj"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      ;; Separate out the run-time support libraries because all the
 | 
					      ;; Separate out the run-time support libraries because all the
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue