gnu: taxtastic: Update to 0.8.5.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.8.5.
This commit is contained in:
parent
5e3175f743
commit
d0c75e73d4
|
@ -5963,13 +5963,13 @@ Cuffdiff or Ballgown programs.")
|
||||||
(define-public taxtastic
|
(define-public taxtastic
|
||||||
(package
|
(package
|
||||||
(name "taxtastic")
|
(name "taxtastic")
|
||||||
(version "0.6.4")
|
(version "0.8.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "taxtastic" version))
|
(uri (pypi-uri "taxtastic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s79z8kfl853x7l4h8ms05k31q87aw62nrchlk20w9n227j35929"))))
|
"03pysw79lsrvz4lwzis88j15067ffqbi4cid5pqhrlxmd6bh8rrk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
|
Loading…
Reference in New Issue