python3Packages.forecast-solar: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:23:02 -07:00
parent 4d1475e1ce
commit 10f52e1ff0
@@ -6,6 +6,7 @@
aiohttp,
aresponses,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytest-freezer,
@@ -28,7 +29,9 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
env.PACKAGE_VERSION = version;
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiodns