lol

python3Packages.gspread: switch to pypaBuildHook

+2 -2
+2 -2
pkgs/development/python-modules/gspread/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 - , flitBuildHook 4 + , flit-core 5 5 , google-auth 6 6 , google-auth-oauthlib 7 7 , pytest-vcr ··· 25 25 }; 26 26 27 27 nativeBuildInputs = [ 28 - flitBuildHook 28 + flit-core 29 29 ]; 30 30 31 31 propagatedBuildInputs = [