Loading
python3Packages.wgpu-py: remove explicit updateScript
`nix-update-script` does not accept the `rev-prefix` argument and thus fails to evaluate here. This unfortunately also causes the `maintainers/scripts/update.nix` script to fail when used with `--argstr maintainer`. Since python modules inherit their `updateScript` from `buildPythonPackage`, this shouldn't be needed here anyway, so I removed it.