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.1.


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.7.1.
Date: Fri, 16 Feb 2018 22:00:49 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 369eee8763ca34b427860a86c8fe2db0963b52ae
Author: Ben Woodcroft <address@hidden>
Date:   Sat Feb 17 12:44:29 2018 +1000

    gnu: vsearch: Update to 2.7.1.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.1.
---
 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 00490db..86c303f 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.7.0")
+    (version "2.7.1")
     (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
-         "0523b8xq5fw60ayl0k5m1fm6yrh1932ljrsz1ys67xnki7p7f1d5"))
+         "0jlzfgh79fzmb4g7sngzdjjsjyc37icvs1k7vmc2ksxglj6x5i7f"))
        (patches (search-patches "vsearch-unbundle-cityhash.patch"))
        (snippet
         '(begin



reply via email to

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