python3Packages.pynordpool: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-09 09:48:48 -07:00
parent ad865d0009
commit fdf6502eb3

View File

@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
}:
buildPythonPackage (finalAttrs: {
@@ -18,6 +19,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-HDbYrwQ4v5cqej5aUat0gVzaRpJz5jaFHjWUC98gacg=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [ aiohttp ];