python3Packages.trmnl: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:23:01 -07:00
parent 38af1bb8e4
commit 6dd6e9ec1a
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
aiohttp,
mashumaro,
orjson,
@@ -26,6 +27,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-Gpyhp+d27/IxDOTFxcN9ltYbOJOg9scf17qVb/ArBw0=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [