diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-15 03:50:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 10:50:08 +0100 |
commit | 97561670494047c7a6dfa5778572d2362fc435ba (patch) | |
tree | 1afaefd51ec98966591a42c9f7e544e2268a4211 | |
parent | ee7ce1f44f43b90d0acd0fda5fea374cb8ebd003 (diff) | |
download | spack-97561670494047c7a6dfa5778572d2362fc435ba.tar.gz spack-97561670494047c7a6dfa5778572d2362fc435ba.tar.bz2 spack-97561670494047c7a6dfa5778572d2362fc435ba.tar.xz spack-97561670494047c7a6dfa5778572d2362fc435ba.zip |
add version 5.4-1 to r-ape (#20804)
-rw-r--r-- | var/spack/repos/builtin/packages/r-ape/package.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-ape/package.py b/var/spack/repos/builtin/packages/r-ape/package.py index b2613aaa75..896f1745e7 100644 --- a/var/spack/repos/builtin/packages/r-ape/package.py +++ b/var/spack/repos/builtin/packages/r-ape/package.py @@ -7,7 +7,9 @@ from spack import * class RApe(RPackage): - """Functions for reading, writing, plotting, and manipulating phylogenetic + """Analyses of Phylogenetics and Evolution + + Functions for reading, writing, plotting, and manipulating phylogenetic trees, analyses of comparative data in a phylogenetic framework, ancestral character analyses, analyses of diversification and macroevolution, computing distances from DNA sequences, reading and writing nucleotide @@ -27,6 +29,7 @@ class RApe(RPackage): url = "https://cloud.r-project.org/src/contrib/ape_4.1.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/ape" + version('5.4-1', sha256='f0316c8e74ce900053e8b3e8c9322b9d10e7730f3be2150365f74630bee7eee4') version('5.3', sha256='08b0df134c523feb00a86896d1aa2a43f0f0dab20a53bc6b5d6268d867988b23') version('5.2', sha256='27eb02856c130d59de6e06276be4981709923756319e465a7f2d4756d4f46415') version('5.1', sha256='b7d5dca66881638227a40aa59533904aa5efe0f4b867851b248e8f948a01a26e') |