guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vsearch: Update to 1.11.1.


From: Ben Woodcroft
Subject: 01/02: gnu: vsearch: Update to 1.11.1.
Date: Tue, 17 May 2016 11:55:53 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit daaeed765aebae138b4af1d3861eace0368fe2a6
Author: Ben Woodcroft <address@hidden>
Date:   Tue May 17 21:36:46 2016 +1000

    gnu: vsearch: Update to 1.11.1.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 1.11.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 f882185..7aa1853 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3810,7 +3810,7 @@ data in the form of VCF files.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "1.10.0")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
@@ -3820,7 +3820,7 @@ data in the form of VCF files.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1i3bad7gnn2y3a1yfixzshd99xdkjc8w5bxzgifpysc6jiljwvb5"))
+         "1pdvm3znjgq3zryy240yj9gc0bf1z31k6vf9jxrxgdgkvzgw85c7"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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