python3Packages.pyrail: fix version metadata

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:43 +02:00
parent adbf39fe2a
commit 934118b04a
@@ -5,6 +5,7 @@
lib,
mashumaro,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
}:
@@ -21,6 +22,8 @@ buildPythonPackage rec {
hash = "sha256-MFsFtspL9cmhwu2oo8wx0Sjx2VpQe92JP9e0M7U8CL8=";
};
nativeBuildInputs = [ pyprojectVersionPatchHook ];
build-system = [ poetry-core ];
dependencies = [