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


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.5.1.
Date: Thu, 26 Oct 2017 05:56:33 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit ed5e9a33f844f617bbd40b29b0abdc654bc81c82
Author: Ben Woodcroft <address@hidden>
Date:   Thu Oct 26 19:55:29 2017 +1000

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



reply via email to

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