gnu: isl: Update to 0.24.
* gnu/packages/gcc.scm (isl): Update to 0.24. [source](uri): Use new .xz tarball.
This commit is contained in:
		
							parent
							
								
									d163943b23
								
							
						
					
					
						commit
						6c80f4949f
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1204,17 +1204,17 @@ provides the GNU compiler for the Go programming language."))
 | 
				
			||||||
(define-public isl
 | 
					(define-public isl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "isl")
 | 
					    (name "isl")
 | 
				
			||||||
    (version "0.23")
 | 
					    (version "0.24")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             ;; Used to be at isl.gforge.inria.fr.
 | 
					             ;; Used to be at isl.gforge.inria.fr.
 | 
				
			||||||
             (uri (list (string-append "mirror://sourceforge/libisl/isl-"
 | 
					             (uri (list (string-append "mirror://sourceforge/libisl/isl-"
 | 
				
			||||||
                                       version ".tar.bz2")
 | 
					                                       version ".tar.xz")
 | 
				
			||||||
                        (string-append %gcc-infrastructure
 | 
					                        (string-append %gcc-infrastructure
 | 
				
			||||||
                                       "isl-" version ".tar.bz2")))
 | 
					                                       "isl-" version ".tar.xz")))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
 | 
					               "1bgbk6n93qqn7w8v21kxf4x6dc3z0ypqrzvgfd46nhagak60ac84"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("out" "static"))
 | 
					    (outputs '("out" "static"))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue