libmmtf-cpp: add v1.1.0 (#37311)

This commit is contained in:
Alec Scott 2023-05-01 20:58:11 -07:00 committed by GitHub
parent b50f6510d4
commit 815b2f542a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class LibmmtfCpp(CMakePackage):
homepage = "https://github.com/rcsb/mmtf-cpp"
url = "https://github.com/rcsb/mmtf-cpp/archive/v1.0.0.tar.gz"
version("1.1.0", sha256="021173bdc1814b1d0541c4426277d39df2b629af53151999b137e015418f76c0")
version("1.0.0", sha256="881f69c4bb56605fa63fd5ca50842facc4947f686cbf678ad04930674d714f40")
depends_on("msgpack-c")