gnu: Fix build for python-pysam.

* gnu/packages/bioinformatics.scm (python-pysam): Use htslib-1.9,
  samtools-1.9, and bcftools-1.9.
This commit is contained in:
Roel Janssen 2020-11-13 16:16:43 +01:00
parent ecc309c142
commit 37ba374a53
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -1986,7 +1986,7 @@ (define-public python-pysam
`(("python-cython" ,python-cython)
;; Dependencies below are are for tests only.
("samtools" ,samtools-1.9)
("bcftools" ,bcftools)
("bcftools" ,bcftools-1.9)
("python-nose" ,python-nose)))
(home-page "https://github.com/pysam-developers/pysam")
(synopsis "Python bindings to the SAMtools C API")