python3Packages.python-technove: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 22:23:13 -07:00
parent 576e53b263
commit 38af1bb8e4

View File

@@ -8,6 +8,7 @@
cachetools,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -26,6 +27,10 @@ buildPythonPackage rec {
hash = "sha256-TAB70EVrjxpl+vm3ncg45l2duaIXHjn7YKOURkS6k0k=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [