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


From: Ben Woodcroft
Subject: 01/01: gnu: vsearch: Update to 2.1.1.
Date: Mon, 26 Sep 2016 10:44:27 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit af8de20386bc38305ca653becdfb260d3a9a39de
Author: Ben Woodcroft <address@hidden>
Date:   Mon Sep 26 20:35:32 2016 +1000

    gnu: vsearch: Update to 2.1.1.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.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 fbff139..b0bb237 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5457,7 +5457,7 @@ track.  The database is exposed as a @code{TxDb} object.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -5467,7 +5467,7 @@ track.  The database is exposed as a @code{TxDb} object.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1937yzchsxnnf6j1xxifpa219zlwpkkz0a5nh4hdgnccscrszw6z"))
+         "0rn40inkpgv0j1r1j9kmgjkb7nc8v5c9ijvbhzr17iayannxvlq9"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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