gnu: raxml: Update to 8.2.10.

* gnu/packages/bioinformatics.scm (raxml): Update to 8.2.10.
This commit is contained in:
Ben Woodcroft 2017-04-09 21:42:17 +10:00
parent 6acdff5875
commit e9e0fab079
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -4041,7 +4041,7 @@ (define-public roary
(define-public raxml
(package
(name "raxml")
(version "8.2.9")
(version "8.2.10")
(source
(origin
(method url-fetch)
@ -4052,7 +4052,7 @@ (define-public raxml
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1pv8p2fy67y21a9y4cm7xpvxqjwz2v4201flfjshdq1p8j52rqf7"))))
"13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; There are no tests.