gnu: Update bcftools to 1.12.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.12.
This commit is contained in:
		
							parent
							
								
									241994230b
								
							
						
					
					
						commit
						b904bb89a0
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -329,7 +329,7 @@ BAM files.") | |||
| (define-public bcftools | ||||
|   (package | ||||
|     (name "bcftools") | ||||
|     (version "1.11") | ||||
|     (version "1.12") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://github.com/samtools/bcftools/" | ||||
|  | @ -337,11 +337,11 @@ BAM files.") | |||
|                                   version "/bcftools-" version ".tar.bz2")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0r508mp15pqzf8r1269kb4v5naw9zsvbwd3cz8s1yj7carsf9viw")) | ||||
|                 "1x94l1hy2pi3lbz0sxlbw0g6q5z5apcrhrlcwda94ns9n4r6a3ks")) | ||||
|               (modules '((guix build utils))) | ||||
|               (snippet '(begin | ||||
|                           ;; Delete bundled htslib. | ||||
|                           (delete-file-recursively "htslib-1.11") | ||||
|                           (delete-file-recursively "htslib-1.12") | ||||
|                           #t)))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|  |  | |||
		Reference in a new issue