python3Packages.here-routing: fix version in pyproject.toml
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user