environment-modules: add version 5.3.1 (#38597)
This commit is contained in:
parent
71b17a6945
commit
25cc734452
1 changed files with 2 additions and 1 deletions
|
@ -13,12 +13,13 @@ class EnvironmentModules(Package):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
homepage = "https://cea-hpc.github.io/modules/"
|
homepage = "https://cea-hpc.github.io/modules/"
|
||||||
url = "https://github.com/cea-hpc/modules/releases/download/v5.3.0/modules-5.3.0.tar.gz"
|
url = "https://github.com/cea-hpc/modules/releases/download/v5.3.1/modules-5.3.1.tar.gz"
|
||||||
git = "https://github.com/cea-hpc/modules.git"
|
git = "https://github.com/cea-hpc/modules.git"
|
||||||
|
|
||||||
maintainers("xdelaruelle")
|
maintainers("xdelaruelle")
|
||||||
|
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
|
version("5.3.1", sha256="d02f9ce4f8baf6c99edceb7c73bfdd1e97d77bcc4725810b86efed9f58dda962")
|
||||||
version("5.3.0", sha256="21b8daa0181044ef65097a1e3517af1f24e7c7343cc5bdaf70be11e3cb0edb51")
|
version("5.3.0", sha256="21b8daa0181044ef65097a1e3517af1f24e7c7343cc5bdaf70be11e3cb0edb51")
|
||||||
version("5.2.0", sha256="48f9f10864303df628a48cab17074820a6251ad8cd7d66dd62aa7798af479254")
|
version("5.2.0", sha256="48f9f10864303df628a48cab17074820a6251ad8cd7d66dd62aa7798af479254")
|
||||||
version("5.1.1", sha256="1985f79e0337f63d6564b08db0238cf96a276a4184def822bb8ad37996dc8295")
|
version("5.1.1", sha256="1985f79e0337f63d6564b08db0238cf96a276a4184def822bb8ad37996dc8295")
|
||||||
|
|
Loading…
Reference in a new issue