Unverified Commit 7a6f7f4c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.pytest-repeat: 0.9.3 -> 0.9.4 (#398028)

parents f134dea5 8682bb4c
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -6,23 +6,20 @@
  hatch-vcs,
  pytest,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "pytest-repeat";
  version = "0.9.3";
  version = "0.9.4";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "pytest_repeat";
    inherit version;
    hash = "sha256-/9ODbfzWe7JwvsZIszDiC+N9KWZEjEFIxAktHoq6gYU=";
    hash = "sha256-2SrBTfqm/8/mkX5dFvDJvII4DBNbA8Kl9BLSY38iRIU=";
  };

  nativeBuildInputs = [
  build-system = [
    hatchling
    hatch-vcs
  ];