feat(Hermes): update version to 0.9.0-beta. (#34243)

* feat(Hermes): update version to 0.9.0-beta.
   This is the latest release.
* feat(Hermes): fix checksum.
  Credit: @tldahlgren
This commit is contained in:
H. Joe Lee 2022-12-02 12:31:09 -06:00 committed by GitHub
parent bcefe6a73e
commit 9d82024f1a
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.8.0-beta",
url="https://github.com/HDFGroup/hermes/archive/v0.7.0-beta.tar.gz",
sha256="697c8b0ca2d94512326d1dc8d1895d3d37fbff708013d7bf578a3158b06cb158",
"0.9.0-beta",
url="https://github.com/HDFGroup/hermes/archive/refs/tags/v0.9.0-beta.tar.gz",
sha256="abf258a52fa79729dfeb28559957abf8945f3ad37cadefb3bc685227c5f057a8",
)
variant("vfd", default=False, description="Enable HDF5 VFD")