From daaeed765aebae138b4af1d3861eace0368fe2a6 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Tue, 17 May 2016 21:36:46 +1000 Subject: gnu: vsearch: Update to 1.11.1. * gnu/packages/bioinformatics.scm (vsearch): Update to 1.11.1. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f882185936..7aa1853256 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3810,7 +3810,7 @@ data in the form of VCF files.") (define-public vsearch (package (name "vsearch") - (version "1.10.0") + (version "1.11.1") (source (origin (method url-fetch) @@ -3820,7 +3820,7 @@ data in the form of VCF files.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1i3bad7gnn2y3a1yfixzshd99xdkjc8w5bxzgifpysc6jiljwvb5")) + "1pdvm3znjgq3zryy240yj9gc0bf1z31k6vf9jxrxgdgkvzgw85c7")) (modules '((guix build utils))) (snippet '(begin -- cgit 1.4.1