gnu: xz: Add alternate URL.
Fixes <http://bugs.gnu.org/21784>. * gnu/packages/compression.scm (xz)[source]: Add alternate URL.
This commit is contained in:
		
							parent
							
								
									7824d4450d
								
							
						
					
					
						commit
						52d76b64e0
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -263,8 +263,10 @@ compressed with pbzip2 can be decompressed with bzip2).") | |||
|    (version "5.0.4") | ||||
|    (source (origin | ||||
|             (method url-fetch) | ||||
|             (uri (string-append "http://tukaani.org/xz/xz-" version | ||||
|                                 ".tar.gz")) | ||||
|             (uri (list (string-append "http://tukaani.org/xz/xz-" version | ||||
|                                       ".tar.gz") | ||||
|                        (string-append "http://multiprecision.org/guix/xz-" | ||||
|                                       version ".tar.gz"))) | ||||
|             (sha256 | ||||
|              (base32 | ||||
|               "1dl35ca8fdss9z2d6y234gxh24ixq904xksizrjmjr5dimwhax6n")))) | ||||
|  |  | |||
		Reference in a new issue