diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-01 08:59:14 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-01 09:01:28 +1000 |
commit | 71830f0e494692a8e2163f599e28438dc9df7d87 (patch) | |
tree | c683ad04c99ae3c2d6e3b966ca52ced09c4ca1c3 /gnu | |
parent | c7f04517a6795933c2adafa037fe6c79c90d4cc4 (diff) | |
download | guix-71830f0e494692a8e2163f599e28438dc9df7d87.tar guix-71830f0e494692a8e2163f599e28438dc9df7d87.tar.gz |
gnu: vsearch: Update to 2.0.1.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.1.
Diffstat (limited to 'gnu')
-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 4b544a302f..caab01ddd1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4060,7 +4060,7 @@ data types as well.") (define-public vsearch (package (name "vsearch") - (version "2.0.0") + (version "2.0.1") (source (origin (method url-fetch) @@ -4070,7 +4070,7 @@ data types as well.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1sd57abgx077icqrbj36jq9q7pdpzc6dbics2pn1555kisq2jhfh")) + "0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw")) (modules '((guix build utils))) (snippet '(begin |