File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
var/spack/repos/builtin/packages/py-libensemble Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ class PyLibensemble(PythonPackage):
12
12
"""Library for managing ensemble-like collections of computations."""
13
13
14
14
homepage = "https://libensemble.readthedocs.io"
15
- pypi = "libensemble/libensemble-0.9.1 .tar.gz"
15
+ pypi = "libensemble/libensemble-0.9.2 .tar.gz"
16
16
git = "https://github.com/Libensemble/libensemble.git"
17
17
maintainers = ['shuds13' ]
18
18
19
19
tags = ['e4s' ]
20
20
21
21
version ('develop' , branch = 'develop' )
22
+ version ('0.9.2' , sha256 = 'e46598e5696f770cbff4cb90507b52867faad5654f1b80de35405a95228c909f' )
22
23
version ('0.9.1' , sha256 = '684e52b0ea64f5ec610e7868b7e4c9fa5fd2316a370a726870aa5fd5fb1b0ede' )
23
24
version ('0.9.0' , sha256 = '34976e775f0d2ba5955744560104eab214fd22cb47173440eb5136e852a8ec38' )
24
25
version ('0.8.0' , sha256 = '1102e56c6381c9692de6888add23780ec69f18ad33f12119dc0391776a9a7300' )
You can’t perform that action at this time.
0 commit comments