gnu: fasttree: Update to 2.1.10.
* gnu/packages/bioinformatics.scm (fasttree): Update to 2.1.10.
This commit is contained in:
parent
abc08cbae6
commit
88682c9a72
|
@ -2418,7 +2418,7 @@ similarity of community members.")
|
||||||
(define-public fasttree
|
(define-public fasttree
|
||||||
(package
|
(package
|
||||||
(name "fasttree")
|
(name "fasttree")
|
||||||
(version "2.1.9")
|
(version "2.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2426,7 +2426,7 @@ similarity of community members.")
|
||||||
version ".c"))
|
version ".c"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ljvvw8i1als1wbfzvrf15c3ii2vw9db20a259g6pzg34xyyb97k"))))
|
"0vcjdvy1j4m702vmak4svbfkrpcw63k7wymfksjp9a982zy8kjsl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
|
|
Loading…
Reference in New Issue