gnu: fasttree: Update to 2.1.9.
* gnu/packages/bioinformatics.scm (fasttree): Update to 2.1.9.
This commit is contained in:
parent
26ad4adb55
commit
e03a515304
|
@ -1831,7 +1831,7 @@ similarity of community members.")
|
||||||
(define-public fasttree
|
(define-public fasttree
|
||||||
(package
|
(package
|
||||||
(name "fasttree")
|
(name "fasttree")
|
||||||
(version "2.1.8")
|
(version "2.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1839,7 +1839,7 @@ similarity of community members.")
|
||||||
version ".c"))
|
version ".c"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dzqc9vr9iiiw21y159xfjl2z90vw0y7r4x6456pcaxiy5hd2wmi"))))
|
"0ljvvw8i1als1wbfzvrf15c3ii2vw9db20a259g6pzg34xyyb97k"))))
|
||||||
(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