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


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.5.0.
Date: Fri, 6 Oct 2017 19:43:31 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 3ae76f7f57706cf5cc4144d4ff62968e3d4c3aa4
Author: Ben Woodcroft <address@hidden>
Date:   Sat Oct 7 09:42:55 2017 +1000

    gnu: vsearch: Update to 2.5.0.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.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 5e98aea..0a95713 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6163,7 +6163,7 @@ SELECT or UPDATE queries to an end-point.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "2.4.4")
+    (version "2.5.0")
     (source
      (origin
        (method url-fetch)
@@ -6173,7 +6173,7 @@ SELECT or UPDATE queries to an end-point.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1d8a4gjwaqdv57krlr80x18mg5py1bbdiqs5m0jdn38filc9z40k"))
+         "1k8wf3qns4mqrsizywbkqcasqjw000m4drxsag3qd7390pwvf9kz"))
        (patches (search-patches "vsearch-unbundle-cityhash.patch"))
        (snippet
         '(begin



reply via email to

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