diff options
author | Roel Janssen <roel@gnu.org> | 2018-04-28 00:43:16 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2018-04-28 00:43:16 +0200 |
commit | d0c75e73d41f308bc6f851aa7b9539f3ae71aa15 (patch) | |
tree | 225eed36faf006f7f6be8171e67f1dfdfffb36da | |
parent | 5e3175f743b079eac55b3e33c512538acb2d658d (diff) | |
download | guix-d0c75e73d41f308bc6f851aa7b9539f3ae71aa15.tar guix-d0c75e73d41f308bc6f851aa7b9539f3ae71aa15.tar.gz |
gnu: taxtastic: Update to 0.8.5.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.8.5.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index da1cf4a218..9239f08ce6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5963,13 +5963,13 @@ Cuffdiff or Ballgown programs.") (define-public taxtastic (package (name "taxtastic") - (version "0.6.4") + (version "0.8.5") (source (origin (method url-fetch) (uri (pypi-uri "taxtastic" version)) (sha256 (base32 - "0s79z8kfl853x7l4h8ms05k31q87aw62nrchlk20w9n227j35929")))) + "03pysw79lsrvz4lwzis88j15067ffqbi4cid5pqhrlxmd6bh8rrk")))) (build-system python-build-system) (arguments `(#:python ,python-2 |