vep-cache: update for vep@113.3 (#49517)

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2025-03-19 00:03:10 -07:00 committed by GitHub
parent f74d51bf6e
commit d6bbd8f758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ class VepCache(Package):
license("Apache-2.0", checked_by="teaguesterling")
vep_versions = ["112", "111", "110"]
vep_versions = ["113", "112", "111", "110"]
depends_on("vep", type="build")
for major in vep_versions:
version(major)