gnu: vsearch: Update to 2.0.1.

*  gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.1.
This commit is contained in:
Ben Woodcroft 2016-07-01 08:59:14 +10:00
parent c7f04517a6
commit 71830f0e49
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -4060,7 +4060,7 @@ (define-public r-vegan
(define-public vsearch (define-public vsearch
(package (package
(name "vsearch") (name "vsearch")
(version "2.0.0") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4070,7 +4070,7 @@ (define-public vsearch
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sd57abgx077icqrbj36jq9q7pdpzc6dbics2pn1555kisq2jhfh")) "0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin