diff options
author | snehring <7978778+snehring@users.noreply.github.com> | 2024-01-09 11:20:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 18:20:11 +0100 |
commit | f5d672726b7a413d1a67d3726047ea2782b76354 (patch) | |
tree | f321b364085b540ce3334a997e66c83edbc89bb5 | |
parent | d3fb2984210cde01371ff2ea645ca6fe1d2ae46a (diff) | |
download | spack-f5d672726b7a413d1a67d3726047ea2782b76354.tar.gz spack-f5d672726b7a413d1a67d3726047ea2782b76354.tar.bz2 spack-f5d672726b7a413d1a67d3726047ea2782b76354.tar.xz spack-f5d672726b7a413d1a67d3726047ea2782b76354.zip |
paml: adding new version 4.10.7 (#41968)
-rw-r--r-- | var/spack/repos/builtin/packages/paml/package.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/paml/package.py b/var/spack/repos/builtin/packages/paml/package.py index d941d45e06..63d35ec21a 100644 --- a/var/spack/repos/builtin/packages/paml/package.py +++ b/var/spack/repos/builtin/packages/paml/package.py @@ -11,18 +11,23 @@ class Paml(MakefilePackage): protein sewuences using maximum likelihood.""" homepage = "http://abacus.gene.ucl.ac.uk/software/paml.html" - url = "https://github.com/abacus-gene/paml/archive/refs/tags/v4.10.0.tar.gz" + url = "https://github.com/abacus-gene/paml/archive/refs/tags/4.10.7.tar.gz" git = "https://github.com/abacus-gene/paml.git" maintainers("snehring") license("GPL-3.0-or-later") + version("4.10.7", sha256="0f29e768b3797b69eadc6332c3d046d8727702052d56c3b729883626c0a5a4e3") version( "4.10.3", sha256="9b2a6e187e3f9f3bc55cd82db15eb701d43f031167d283a7c1b11c882b5d8a42", url="https://github.com/abacus-gene/paml/archive/refs/tags/untagged-a5659203e8ec0ddb58b8.tar.gz", ) - version("4.10.0", sha256="6ef6a116f254185eb1cf7a2b975946fc9179a4b7dcb60a82f8fa8bbe6931897c") + version( + "4.10.0", + sha256="6ef6a116f254185eb1cf7a2b975946fc9179a4b7dcb60a82f8fa8bbe6931897c", + url="https://github.com/abacus-gene/paml/archive/refs/tags/v4.10.0.tar.gz", + ) version( "4.9h", sha256="623bf6cf4a018a4e7b4dbba189c41d6c0c25fdca3a0ae24703b82965c772edb3", |