gnu: cd-hit: Update to 4.6.6.
* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
This commit is contained in:
parent
e50d5b8c9d
commit
0c37e2a3d2
|
@ -1478,15 +1478,15 @@ high-throughput sequencing data – with an emphasis on simplicity.")
|
||||||
(define-public cd-hit
|
(define-public cd-hit
|
||||||
(package
|
(package
|
||||||
(name "cd-hit")
|
(name "cd-hit")
|
||||||
(version "4.6.5")
|
(version "4.6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/weizhongli/cdhit"
|
(uri (string-append "https://github.com/weizhongli/cdhit"
|
||||||
"/releases/download/V" version
|
"/releases/download/V" version
|
||||||
"/cd-hit-v" version "-2016-0304.tar.gz"))
|
"/cd-hit-v" version "-2016-0711.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15db0hq38yyifwqx9b6l34z14jcq576dmjavhj8a426c18lvnhp3"))))
|
"1w8hd4fszgg29nqiz569fldwy012la77nljcmlhglgicws56z54p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Loading…
Reference in New Issue