gnu: python-pysam: Update to 0.9.1.4.

* gnu/packages/bioinformatics.scm (python-pysam, python2-pysam): Update
to 0.9.1.4.
This commit is contained in:
Marius Bakke 2016-09-16 18:05:15 +01:00 committed by Ben Woodcroft
parent 8a54c0ec69
commit fd49eb213f
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -1290,13 +1290,13 @@ multiple sequence alignments.")
(define-public python-pysam (define-public python-pysam
(package (package
(name "python-pysam") (name "python-pysam")
(version "0.8.4") (version "0.9.1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pysam" version)) (uri (pypi-uri "pysam" version))
(sha256 (sha256
(base32 (base32
"1slx5mb94mzm5qzk52q270sab0sar95j67w1g1k452nz3s9j7krh")))) "1i1djacqbr88y7w18b4aa78zxnsyr4sz7yqdq2spi7gs0y6pzvjn"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; tests are excluded in the manifest `(#:tests? #f ; tests are excluded in the manifest