e4s-alc: add v1.0.2 (#44001)

This commit is contained in:
eugeneswalker 2024-05-03 21:24:08 -07:00 committed by GitHub
parent a1f34ec58b
commit 09cea230b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ class E4sAlc(PythonPackage):
license("MIT") license("MIT")
version("main", branch="main") version("main", branch="main")
version("1.0.2", commit="9eddfc61659ecab3c0253b2eac020ddb6e610b49")
version("1.0.1", commit="262298128a4991ffc773b1bd835687fb6493311e") version("1.0.1", commit="262298128a4991ffc773b1bd835687fb6493311e")
depends_on("python@3.7:", type=("build", "run")) depends_on("python@3.7:", type=("build", "run"))