python3Packages.letpot: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 22:41:09 -07:00
parent dc9b2d36d5
commit 4cf7f131b7
@@ -6,6 +6,7 @@
freezegun,
lib,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
}:
@@ -22,6 +23,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-w4WS0AyNd4dNtA/fBKieDW2YXwBFltRkJvaGemRjsv4=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [