guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: vsearch: Update to 2.7.0.


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.7.0.
Date: Tue, 13 Feb 2018 16:49:13 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 119c09c2196a2c4aa1cd9dbeec7a38a9dae0a1d6
Author: Ben Woodcroft <address@hidden>
Date:   Wed Feb 14 07:43:19 2018 +1000

    gnu: vsearch: Update to 2.7.0.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.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 31e739e..14a790b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]