Upgrade version from 0.7.0-beta to 0.8.0-beta. (#32442)

The version 0.8.0-beta is released.
This commit is contained in:
H. Joe Lee 2022-09-01 15:53:48 -05:00 committed by GitHub
parent ce1500fad3
commit d9313cf561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,9 @@ class Hermes(CMakePackage):
version("master", branch="master")
version(
"0.7.0-beta",
"0.8.0-beta",
url="https://github.com/HDFGroup/hermes/archive/v0.7.0-beta.tar.gz",
sha256="1046f537558e479c8a828fe8e289da410a0f82bdba199a40ea7ff0eb842d9382",
sha256="697c8b0ca2d94512326d1dc8d1895d3d37fbff708013d7bf578a3158b06cb158",
)
variant("vfd", default=False, description="Enable HDF5 VFD")