gnu: vsearch: Update to 2.1.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.0.
This commit is contained in:
Ben Woodcroft 2016-09-21 18:44:22 +10:00
parent 375f224b68
commit 79558df220
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -5042,7 +5042,7 @@ data types as well.")
(define-public vsearch (define-public vsearch
(package (package
(name "vsearch") (name "vsearch")
(version "2.0.1") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5052,7 +5052,7 @@ data types as well.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw")) "1937yzchsxnnf6j1xxifpa219zlwpkkz0a5nh4hdgnccscrszw6z"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin