mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pysam: Update to 0.8.4.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.8.4.
This commit is contained in:
parent
55a9a8c2b9
commit
d454640c38
1 changed files with 7 additions and 9 deletions
|
@ -841,15 +841,13 @@ (define-public python2-bx-python
|
||||||
(define-public python-pysam
|
(define-public python-pysam
|
||||||
(package
|
(package
|
||||||
(name "python-pysam")
|
(name "python-pysam")
|
||||||
(version "0.8.1")
|
(version "0.8.4")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (pypi-uri "pysam" version))
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/p/pysam/pysam-"
|
(sha256
|
||||||
version ".tar.gz"))
|
(base32
|
||||||
(sha256
|
"1slx5mb94mzm5qzk52q270sab0sar95j67w1g1k452nz3s9j7krh"))))
|
||||||
(base32
|
|
||||||
"1fb6i6hbpzxaxb62kyyp5alaidwhj40f7c6gwbhr6njzlqd5l459"))))
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue