guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cd-hit: Update to 4.6.6.


From: Ben Woodcroft
Subject: 01/02: gnu: cd-hit: Update to 4.6.6.
Date: Fri, 6 Jan 2017 09:09:49 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 0c37e2a3d2d6871572cb74e10aa9a897b5c4ed93
Author: Ben J Woodcroft <address@hidden>
Date:   Fri Jan 6 11:03:37 2017 +1000

    gnu: cd-hit: Update to 4.6.6.
    
    * gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
---
 gnu/packages/bioinformatics.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6b363af..d180f2a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1478,15 +1478,15 @@ high-throughput sequencing data – with an emphasis on 
simplicity.")
 (define-public cd-hit
   (package
     (name "cd-hit")
-    (version "4.6.5")
+    (version "4.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/weizhongli/cdhit";
                                   "/releases/download/V" version
-                                  "/cd-hit-v" version "-2016-0304.tar.gz"))
+                                  "/cd-hit-v" version "-2016-0711.tar.gz"))
               (sha256
                (base32
-                "15db0hq38yyifwqx9b6l34z14jcq576dmjavhj8a426c18lvnhp3"))))
+                "1w8hd4fszgg29nqiz569fldwy012la77nljcmlhglgicws56z54p"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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