python3Packages.flatten-dict: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-06-25 23:49:52 -07:00
parent 20f348252a
commit 2a50b443b5
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
pytestCheckHook,
}:
@@ -20,6 +21,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ poetry-core ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "flatten_dict" ];