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


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.1.0.
Date: Wed, 21 Sep 2016 08:45:38 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 79558df220f14086c1ab66cfa50c779ab6c41314
Author: Ben Woodcroft <address@hidden>
Date:   Wed Sep 21 18:44:22 2016 +1000

    gnu: vsearch: Update to 2.1.0.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.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 39a8577..b910ef2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5042,7 +5042,7 @@ data types as well.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "2.0.1")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
@@ -5052,7 +5052,7 @@ data types as well.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw"))
+         "1937yzchsxnnf6j1xxifpa219zlwpkkz0a5nh4hdgnccscrszw6z"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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