python3Packages.gios: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-09 09:52:58 -07:00
parent fdf6502eb3
commit 2b69b6b928
@@ -5,6 +5,7 @@
buildPythonPackage,
dacite,
fetchFromGitHub,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-error-for-skips,
pytestCheckHook,
@@ -27,6 +28,10 @@ buildPythonPackage rec {
hash = "sha256-m7baTU7oWcjqCgiZ7GcOYVM23jcvycQcAbPhO1jWahk=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ setuptools ];
dependencies = [