[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: taxtastic: Update to 0.8.5.
From: |
Roel Janssen |
Subject: |
01/01: gnu: taxtastic: Update to 0.8.5. |
Date: |
Fri, 27 Apr 2018 18:43:51 -0400 (EDT) |
roelj pushed a commit to branch master
in repository guix.
commit d0c75e73d41f308bc6f851aa7b9539f3ae71aa15
Author: Roel Janssen <address@hidden>
Date: Sat Apr 28 00:43:16 2018 +0200
gnu: taxtastic: Update to 0.8.5.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.8.5.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index da1cf4a..9239f08 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