guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vsearch: Update to 2.0.1.


From: Ben Woodcroft
Subject: 02/02: gnu: vsearch: Update to 2.0.1.
Date: Thu, 30 Jun 2016 23:05:28 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 71830f0e494692a8e2163f599e28438dc9df7d87
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jul 1 08:59:14 2016 +1000

    gnu: vsearch: Update to 2.0.1.
    
    *  gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.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 4b544a3..caab01d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4060,7 +4060,7 @@ data types as well.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
@@ -4070,7 +4070,7 @@ data types as well.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1sd57abgx077icqrbj36jq9q7pdpzc6dbics2pn1555kisq2jhfh"))
+         "0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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