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


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.0.0.
Date: Sun, 26 Jun 2016 02:44:45 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit c2e575185b995cc4dca6dae27eceee802fde5ec9
Author: Ben Woodcroft <address@hidden>
Date:   Sun Jun 26 12:43:39 2016 +1000

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



reply via email to

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