ngmlr: add v0.2.7 (#38145)

This commit is contained in:
Alec Scott 2023-06-05 02:24:19 -07:00 committed by GitHub
parent f0f77251b3
commit d460870c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Ngmlr(CMakePackage):
homepage = "https://github.com/philres/ngmlr" homepage = "https://github.com/philres/ngmlr"
url = "https://github.com/philres/ngmlr/archive/v0.2.5.tar.gz" url = "https://github.com/philres/ngmlr/archive/v0.2.5.tar.gz"
version("0.2.7", sha256="5126a6b3e726cac0da0713883daac688f38587f118428247a9a3ace5a55b29aa")
version("0.2.5", sha256="719944a35cc7ff9c321eedbf3385a7375ce2301f609b3fd7be0a850cabbb028b") version("0.2.5", sha256="719944a35cc7ff9c321eedbf3385a7375ce2301f609b3fd7be0a850cabbb028b")
depends_on("zlib", type="link") depends_on("zlib", type="link")