py-lazy-loader: add new version (#43130)

This commit is contained in:
Christopher Christofi 2024-03-12 18:14:17 +00:00 committed by GitHub
parent 187b8adb4f
commit e54d4678f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@ class PyLazyLoader(PythonPackage):
license("BSD-3-Clause")
version("0.3", sha256="3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37")
version("0.1", sha256="77ce7f2737ebabf9c0ff73b4a99c947876d74d24c2f026544e32246ecca5feca")
depends_on("py-flit-core@3.7:3", type="build")
depends_on("python@3.7:")
depends_on("py-flit-core@3.8:3", when="@0.3:", type="build")
depends_on("py-flit-core@3.7:3", when="@0.1", type="build")