aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2018-02-14 07:43:19 +1000
committerBen Woodcroft <donttrustben@gmail.com>2018-02-14 07:43:19 +1000
commit119c09c2196a2c4aa1cd9dbeec7a38a9dae0a1d6 (patch)
tree737676509070c8812c323f449f60cbf118c707fe /gnu/packages
parent34a7b7d713bb3eef4084976c5a78b3a6ebc1577f (diff)
downloadguix-119c09c2196a2c4aa1cd9dbeec7a38a9dae0a1d6.tar
guix-119c09c2196a2c4aa1cd9dbeec7a38a9dae0a1d6.tar.gz
gnu: vsearch: Update to 2.7.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 31e739e0b5..14a790bef0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6370,7 +6370,7 @@ SELECT or UPDATE queries to an end-point.")
(define-public vsearch
(package
(name "vsearch")
- (version "2.6.2")
+ (version "2.7.0")
(source
(origin
(method url-fetch)
@@ -6380,7 +6380,7 @@ SELECT or UPDATE queries to an end-point.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "02khrgh8hm11cgww2f9mqc6886zqli9ss4pd4kfpqzd0d31vbzv5"))
+ "0523b8xq5fw60ayl0k5m1fm6yrh1932ljrsz1ys67xnki7p7f1d5"))
(patches (search-patches "vsearch-unbundle-cityhash.patch"))
(snippet
'(begin