~ruther/guix-local

e9e0fab079257dc41955ad1d0b960c2abb82f74a — Ben Woodcroft 9 years ago 6acdff5
gnu: raxml: Update to 8.2.10.

* gnu/packages/bioinformatics.scm (raxml): Update to 8.2.10.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 4041,7 4041,7 @@ extremely diverse sets of genomes.")
(define-public raxml
  (package
    (name "raxml")
    (version "8.2.9")
    (version "8.2.10")
    (source
     (origin
       (method url-fetch)


@@ 4052,7 4052,7 @@ extremely diverse sets of genomes.")
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
         "1pv8p2fy67y21a9y4cm7xpvxqjwz2v4201flfjshdq1p8j52rqf7"))))
         "13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f ; There are no tests.