environment-modules: add version 5.2.0 (#33762)
This commit is contained in:
parent
0f26d4402e
commit
a8470a7efe
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@ class EnvironmentModules(Package):
|
|||
"""
|
||||
|
||||
homepage = "https://cea-hpc.github.io/modules/"
|
||||
url = "https://github.com/cea-hpc/modules/releases/download/v5.1.1/modules-5.1.1.tar.gz"
|
||||
url = "https://github.com/cea-hpc/modules/releases/download/v5.2.0/modules-5.2.0.tar.gz"
|
||||
|
||||
maintainers = ["xdelaruelle"]
|
||||
|
||||
version("5.2.0", sha256="48f9f10864303df628a48cab17074820a6251ad8cd7d66dd62aa7798af479254")
|
||||
version("5.1.1", sha256="1985f79e0337f63d6564b08db0238cf96a276a4184def822bb8ad37996dc8295")
|
||||
version("5.1.0", sha256="1ab1e859b9c8bca8a8d332945366567fae4cf8dd7e312a689daaff46e7ffa949")
|
||||
version("5.0.1", sha256="33a598eaff0713de09e479c2636ecde188b982584e56377f234e5065a61be7ba")
|
||||
|
|
Loading…
Reference in a new issue