gnu: bedtools-2.18: Fetch sources from stable URL.
* gnu/packages/bioinformatics.scm (bedtools-2.18)[source]: Use stable release tarball instead of generated tag tarball.
This commit is contained in:
		
							parent
							
								
									8e58319c45
								
							
						
					
					
						commit
						20ee3e8b76
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -438,11 +438,11 @@ BED, GFF/GTF, VCF.") | |||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://github.com/arq5x/bedtools2/" | ||||
|                                   "archive/v" version ".tar.gz")) | ||||
|               (file-name (string-append name "-" version ".tar.gz")) | ||||
|                                   "releases/download/v" version | ||||
|                                   "/bedtools-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "05vrnr8yp7swfagshzpgqmzk1blnwnq8pq5pckzi1m26w98d63vf")))) | ||||
|                 "11rvca19ncg03kxd0wzlfx5ws7r3nisd0z8s9j9n182d8ksp2pxz")))) | ||||
|     (arguments | ||||
|      '(#:test-target "test" | ||||
|        #:phases | ||||
|  |  | |||
		Reference in a new issue