python312Packages.pyrad: fix poetry 2 compat

+5
+5
pkgs/development/python-modules/pyrad/default.nix
··· 18 18 hash = "sha256-5SPVeBL1oMZ/XXgKch2Hbk6BRU24HlVl4oXZ2agF1h8="; 19 19 }; 20 20 21 + postPatch = '' 22 + substituteInPlace pyproject.toml \ 23 + --replace-fail 'repository =' 'Repository =' 24 + ''; 25 + 21 26 nativeBuildInputs = [ poetry-core ]; 22 27 23 28 nativeCheckInputs = [ unittestCheckHook ];