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

This commit is contained in:
Robert Schütz
2026-07-02 22:03:53 -07:00
parent 3ba12cd3e4
commit 2248791fc5
@@ -7,6 +7,7 @@
async-timeout,
yarl,
aresponses,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -24,6 +25,10 @@ buildPythonPackage rec {
hash = "sha256-h3y5hjaSHH6oIfSt5JTt1+pH7mFLOFiq1RuMZ1uYtTE=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ hatchling ];
dependencies = [