me
/
guix
Archived
1
0
Fork 0

gnu: Update bcftools to 1.11.

* gnu/packages/bioinformatics.scm (bcftools): Update to 1.11.
master
Roel Janssen 2020-10-29 11:57:16 +01:00
parent f40add4dbb
commit 04a49b4143
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ BAM files.")
(define-public bcftools (define-public bcftools
(package (package
(name "bcftools") (name "bcftools")
(version "1.9") (version "1.11")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/samtools/bcftools/" (uri (string-append "https://github.com/samtools/bcftools/"
@ -321,11 +321,11 @@ BAM files.")
version "/bcftools-" version ".tar.bz2")) version "/bcftools-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1j3h638i8kgihzyrlnpj82xg1b23sijibys9hvwari3fy7kd0dkg")) "0r508mp15pqzf8r1269kb4v5naw9zsvbwd3cz8s1yj7carsf9viw"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Delete bundled htslib. ;; Delete bundled htslib.
(delete-file-recursively "htslib-1.9") (delete-file-recursively "htslib-1.11")
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments