python3Packages.aioecowitt: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:21:45 -07:00
parent 34f55ec38c
commit 40abd3e2cb
@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
meteocalc,
pyprojectVersionPatchHook,
pytest-aiohttp,
pytestCheckHook,
setuptools,
@@ -23,6 +24,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
meteocalc