Add nextflow 24.10.0 (#47251)

This commit is contained in:
Diego Alvarez S. 2024-10-27 20:32:20 -03:00 committed by GitHub
parent 2ec4281c4f
commit f0d54ba39d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,11 @@ class Nextflow(Package):
maintainers("dialvarezs", "marcodelapierre")
version(
"24.10.0",
sha256="e848918fb9b85762822c078435d9ff71979a88cccff81ce5babd75d5eee52fe6",
expand=False,
)
version(
"24.04.3",
sha256="e258f6395a38f044eb734cba6790af98b561aa521f63e2701fe95c050986e11c",
@ -187,7 +192,6 @@ class Nextflow(Package):
deprecated=True,
)
depends_on("java@17", when="@24", type="run")
depends_on("java", type="run")
def install(self, spec, prefix):