libEnsemble: add v1.4.2 (#45760)

This commit is contained in:
Stephen Hudson 2024-08-17 08:25:00 -05:00 committed by GitHub
parent 553cc3b70a
commit f316068b27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class PyLibensemble(PythonPackage):
"""Library for managing ensemble-like collections of computations."""
homepage = "https://libensemble.readthedocs.io"
pypi = "libensemble/libensemble-1.4.1.tar.gz"
pypi = "libensemble/libensemble-1.4.2.tar.gz"
git = "https://github.com/Libensemble/libensemble.git"
maintainers("shuds13", "jlnav")
@ -21,6 +21,7 @@ class PyLibensemble(PythonPackage):
license("BSD-3-Clause")
version("develop", branch="develop")
version("1.4.2", sha256="d283935594333793112f65cec1070137e0a87e31cd2bf1baec4a1261ac06ab63")
version("1.4.1", sha256="fd39d5c4010f9cb1728af1666d0f10d0da7dd43c12e411badcbc53aab42ab183")
version("1.4.0", sha256="0d9f76175dcd5ca7a5e0076a8e64ea59b504055779100d259114468630e82fa2")
version("1.3.0", sha256="4a2f47de9ab57c577f3de5dd849ec1b621effde7206a54b2aa29aaf309c87532")