diff options
author | Andreas Enge <andreas@enge.fr> | 2020-09-05 22:32:33 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2020-09-05 22:32:33 +0200 |
commit | 44f93ed6ed04bd1f47c86577568520584e207862 (patch) | |
tree | e8cbc1d1cdddfa9d26d4abd64ba3b1d6c26d93f2 | |
parent | 01d5eec92d56555b3885cde8d248c39ae8763fd1 (diff) |
gnu: seqmagick: Update to 0.8.0.
* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
-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 893e3c2582..cab3df222c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6357,14 +6357,14 @@ bioinformatics file formats, sequence alignment, and more.") (define-public seqmagick (package (name "seqmagick") - (version "0.7.0") + (version "0.8.0") (source (origin (method url-fetch) (uri (pypi-uri "seqmagick" version)) (sha256 (base32 - "12bfyp8nqi0hd36rmj450aygafp01qy3hkbvlwn3bk39pyjjkgg5")))) + "0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b")))) (build-system python-build-system) (inputs `(("python-biopython" ,python-biopython))) |