Archived
1
0
Fork 0

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 @@ extremely diverse sets of genomes.")
(define-public raxml (define-public raxml
(package (package
(name "raxml") (name "raxml")
(version "8.2.9") (version "8.2.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4052,7 +4052,7 @@ extremely diverse sets of genomes.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pv8p2fy67y21a9y4cm7xpvxqjwz2v4201flfjshdq1p8j52rqf7")))) "13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; There are no tests. `(#:tests? #f ; There are no tests.