Merge pull request #334084 from natsukium/numpy-groupies/fix
python312Packages.numpy-groupies: remove broken updateScript
This commit is contained in:
commit
6cbec70756
@ -8,7 +8,6 @@
|
||||
numpy,
|
||||
numba,
|
||||
pandas,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -38,8 +37,6 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "numpy_groupies" ];
|
||||
|
||||
passthru.updateScript = gitUpdater { tagPrefix = "v"; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ml31415/numpy-groupies";
|
||||
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/v${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user