Unverified Commit 84fc8e02 authored by natsukium's avatar natsukium
Browse files

python312Packages.numpy-groupies: remove broken updateScript

The python package has an updateScript by default, and in most simple
cases, we don't need to add it.
parent 4e7d996a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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}";