mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-pysam: Update to 0.11.2.2.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.11.2.2.
This commit is contained in:
parent
bca2c57658
commit
60739965da
1 changed files with 2 additions and 2 deletions
|
@ -1418,7 +1418,7 @@ (define-public python2-bx-python
|
||||||
(define-public python-pysam
|
(define-public python-pysam
|
||||||
(package
|
(package
|
||||||
(name "python-pysam")
|
(name "python-pysam")
|
||||||
(version "0.10.0")
|
(version "0.11.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Test data is missing on PyPi.
|
;; Test data is missing on PyPi.
|
||||||
|
@ -1428,7 +1428,7 @@ (define-public python-pysam
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mmvn91agr238kwz7226xq0i7k84lg2nxywn9712mzj7gvgqhfy8"))
|
"1cfqdxsqs3xhacns9n0271ck6wkc76px66ddjm91wfw2jxxfklvc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Drop bundled htslib. TODO: Also remove samtools and bcftools.
|
;; Drop bundled htslib. TODO: Also remove samtools and bcftools.
|
||||||
|
|
Loading…
Reference in a new issue