python3Packages.here-transit: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 22:02:34 -07:00
parent 6552955c76
commit 3ba12cd3e4
@@ -7,6 +7,7 @@
async-timeout,
yarl,
aresponses,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
}:
@@ -28,6 +29,10 @@ buildPythonPackage rec {
sed -i "/^addopts/d" pyproject.toml
'';
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ hatchling ];
dependencies = [