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