biobloom: add v2.3.5 (#37446)

This commit is contained in:
Alec Scott 2023-05-05 11:01:22 -07:00 committed by GitHub
parent c105ac07bb
commit 222b44bd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class Biobloom(AutotoolsPackage):
homepage = "https://github.com/bcgsc/biobloom"
url = "https://github.com/bcgsc/biobloom/releases/download/2.2.0/biobloomtools-2.2.0.tar.gz"
version("2.3.5", sha256="03fbc0d0fc867f76d64f756d556598e5fe5f015363df8f97fbed4cfd541c6749")
version("2.2.0", sha256="5d09f8690f0b6402f967ac09c5b0f769961f3fe3791000f8f73af6af7324f02c")
depends_on("boost+exception+math+serialization+container")