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,
|
numpy,
|
||||||
numba,
|
numba,
|
||||||
pandas,
|
pandas,
|
||||||
gitUpdater,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -38,8 +37,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "numpy_groupies" ];
|
pythonImportsCheck = [ "numpy_groupies" ];
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { tagPrefix = "v"; };
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/ml31415/numpy-groupies";
|
homepage = "https://github.com/ml31415/numpy-groupies";
|
||||||
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/v${version}";
|
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/v${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user