Commit c33e1cf1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.pytest-testmon: 1.4.5 -> 2.0.2

parent aa7d667c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pytest-testmon";
  version = "1.4.5";
  version = "2.0.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "tarpas";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-RHzPLCC33bPEk59rin4CZD3F7fsT1qyRR2HRyDIwszo=";
    hash = "sha256-hQJ52CuCBgxGcbbkbqsshh+lcevrgD8Xjde2ErghRKk=";
  };

  nativeBuildInputs = [