[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: vsearch: Update to 2.4.3.
From: |
Ben Woodcroft |
Subject: |
01/01: gnu: vsearch: Update to 2.4.3. |
Date: |
Fri, 7 Apr 2017 07:44:37 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 37982693cada152521d02beac4e8a21dbe6b2606
Author: Ben Woodcroft <address@hidden>
Date: Fri Apr 7 21:35:07 2017 +1000
gnu: vsearch: Update to 2.4.3.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.3.
---
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 5753fbb..48cf12f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5810,7 +5810,7 @@ track. The database is exposed as a @code{TxDb} object.")
(define-public vsearch
(package
(name "vsearch")
- (version "2.4.2")
+ (version "2.4.3")
(source
(origin
(method url-fetch)
@@ -5820,7 +5820,7 @@ track. The database is exposed as a @code{TxDb} object.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "15zy2d9xvgbgdjlxvrhj8s5ga42p13k7a3xv015ingn0bi1p3n6w"))
+ "0hc110ycqpa54nr6x173qg7190hk08qp7yz7zzqxlsypqnpc5zzp"))
(patches (search-patches "vsearch-unbundle-cityhash.patch"))
(snippet
'(begin