[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: vsearch: Update to 2.3.0.
From: |
Ben Woodcroft |
Subject: |
01/01: gnu: vsearch: Update to 2.3.0. |
Date: |
Tue, 11 Oct 2016 12:30:25 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 3dd50d974b63cb9c2d934164ac8d8d1b86fa3dc1
Author: Ben Woodcroft <address@hidden>
Date: Tue Oct 11 22:29:48 2016 +1000
gnu: vsearch: Update to 2.3.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.3.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e313721..5fbfdf0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5594,7 +5594,7 @@ track. The database is exposed as a @code{TxDb} object.")
(define-public vsearch
(package
(name "vsearch")
- (version "2.1.2")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
@@ -5604,7 +5604,7 @@ track. The database is exposed as a @code{TxDb} object.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1zzfj6ydsfzljyswlwqknpp8s2cf31vimi1aqf9ljsbagjyizc58"))
+ "1r8fk3whkil348y5hfsd4r56qjmchhq4nxm6s7ra5rlisw0mf9fy"))
(modules '((guix build utils)))
(snippet
'(begin