Merge pull request #334084 from natsukium/numpy-groupies/fix

python312Packages.numpy-groupies: remove broken updateScript
This commit is contained in:
zowoq 2024-08-13 08:13:30 +10:00 committed by GitHub
commit 6cbec70756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}";