python3Packages.trmnl: fix version in pyproject.toml
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user