python3Packages.tilt-pi: fix version metadata

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:43 +02:00
parent 6214bad005
commit 5f8a3d3cfa
@@ -4,6 +4,7 @@
fetchFromGitHub,
lib,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
}:
@@ -20,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-jGy7nwSblF486ldt4ShBEmmZtb0c4+7IuI10cN7Bw1A=";
};
nativeBuildInputs = [ pyprojectVersionPatchHook ];
build-system = [ poetry-core ];
dependencies = [