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


From: Ben Woodcroft
Subject: 02/02: gnu: vsearch: Update to 2.4.4.
Date: Fri, 1 Sep 2017 02:50:47 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit f4bf420c84f8d3b06eb448e0b3d80125203cc836
Author: Ben Woodcroft <address@hidden>
Date:   Fri Sep 1 14:45:38 2017 +0800

    gnu: vsearch: Update to 2.4.4.
    
    * gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.4.
---
 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 37980f3..f785dec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6141,7 +6141,7 @@ track.  The database is exposed as a @code{TxDb} object.")
 (define-public vsearch
   (package
     (name "vsearch")
-    (version "2.4.3")
+    (version "2.4.4")
     (source
      (origin
        (method url-fetch)
@@ -6151,7 +6151,7 @@ track.  The database is exposed as a @code{TxDb} object.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0hc110ycqpa54nr6x173qg7190hk08qp7yz7zzqxlsypqnpc5zzp"))
+         "1d8a4gjwaqdv57krlr80x18mg5py1bbdiqs5m0jdn38filc9z40k"))
        (patches (search-patches "vsearch-unbundle-cityhash.patch"))
        (snippet
         '(begin



reply via email to

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