gnu: taxtastic: Update to 0.6.4.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.6.4. [source]: Use PyPI URI.
This commit is contained in:
parent
b458413721
commit
3cbfc149c3
|
@ -5436,18 +5436,13 @@ Cuffdiff or Ballgown programs.")
|
||||||
(define-public taxtastic
|
(define-public taxtastic
|
||||||
(package
|
(package
|
||||||
(name "taxtastic")
|
(name "taxtastic")
|
||||||
(version "0.5.7")
|
(version "0.6.4")
|
||||||
;; Versions after 0.5.4 do not appear to be distributed on PyPI so we
|
|
||||||
;; download the package from GitHub.
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "taxtastic" version))
|
||||||
"https://github.com/fhcrc/taxtastic/archive/v"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s0h5y1lds1c40jhir5585ffm6yjyn8h5aqimpgv64rhqhfv56xx"))))
|
"0s79z8kfl853x7l4h8ms05k31q87aw62nrchlk20w9n227j35929"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
|
Loading…
Reference in New Issue