python3Packages.meteo-lt-pkg: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-01 17:40:45 -07:00
parent be1222f4f6
commit 694bc89ebc
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
lib,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
setuptools,
@@ -22,6 +23,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
];