python3Packages.brother: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:23:02 -07:00
parent 10f52e1ff0
commit 38f72584a7
@@ -4,6 +4,7 @@
fetchFromGitHub,
freezegun,
dacite,
pyprojectVersionPatchHook,
pysnmp,
pytest-asyncio,
pytest-error-for-skips,
@@ -27,6 +28,10 @@ buildPythonPackage rec {
hash = "sha256-7m0fakQCckIpG8Tc09P81xzHlIgeal9L2BwerUvBuX8=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ setuptools ];
dependencies = [