diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-05-17 21:36:46 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-05-17 21:36:46 +1000 |
commit | daaeed765aebae138b4af1d3861eace0368fe2a6 (patch) | |
tree | 8568b7d2406b71623fe842ec5fc83ad457ad384b /gnu/packages | |
parent | 122395f9fc42de7dbe2643b437ca4e484adb8ba0 (diff) | |
download | gnu-guix-daaeed765aebae138b4af1d3861eace0368fe2a6.tar gnu-guix-daaeed765aebae138b4af1d3861eace0368fe2a6.tar.gz |
gnu: vsearch: Update to 1.11.1.
* gnu/packages/bioinformatics.scm (vsearch): Update to 1.11.1.
Diffstat (limited to 'gnu/packages')
-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 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 |