gnu: mingw-w64-tools: Update to 12.0.0.
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 12.0.0. [arguments]: Remove genlib phases. Change-Id: Ia9060ddb1795ca2941a13435485841dbee0c1200 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									21bf76c563
								
							
						
					
					
						commit
						bf6ab0e0f5
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		| 
						 | 
					@ -151,7 +151,7 @@ several new APIs such as DirectX and DDK, and 64-bit support.")
 | 
				
			||||||
(define-public mingw-w64-tools
 | 
					(define-public mingw-w64-tools
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mingw-w64-tools")
 | 
					    (name "mingw-w64-tools")
 | 
				
			||||||
    (version "11.0.1")
 | 
					    (version "12.0.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -159,7 +159,7 @@ several new APIs such as DirectX and DDK, and 64-bit support.")
 | 
				
			||||||
             "mirror://sourceforge/mingw-w64/mingw-w64/"
 | 
					             "mirror://sourceforge/mingw-w64/mingw-w64/"
 | 
				
			||||||
             "mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
 | 
					             "mingw-w64-release/mingw-w64-v" version ".tar.bz2"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "047f4m37kxf7g8qj23qplrzfd9cirfkkv8d175sfv2zfd7hbqriz"))))
 | 
					        (base32 "0bzdprdrb8jy5dhkl2j2yhnr2nsiv6wk2wzxrzaqsvjbmj58jhfc"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					@ -176,10 +176,6 @@ several new APIs such as DirectX and DDK, and 64-bit support.")
 | 
				
			||||||
           (replace 'unpack
 | 
					           (replace 'unpack
 | 
				
			||||||
             (lambda _
 | 
					             (lambda _
 | 
				
			||||||
               (chdir "../genidl"))))
 | 
					               (chdir "../genidl"))))
 | 
				
			||||||
         (modify-phases %standard-phases
 | 
					 | 
				
			||||||
           (replace 'unpack
 | 
					 | 
				
			||||||
             (lambda _
 | 
					 | 
				
			||||||
               (chdir "../genlib"))))
 | 
					 | 
				
			||||||
         (modify-phases %standard-phases
 | 
					         (modify-phases %standard-phases
 | 
				
			||||||
           (replace 'unpack
 | 
					           (replace 'unpack
 | 
				
			||||||
             (lambda _
 | 
					             (lambda _
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue