python310Packages.pytest-testmon: 1.4.5 -> 2.0.2

This commit is contained in:
R. Ryantm
2023-04-07 19:32:34 +00:00
parent aa7d667cf3
commit c33e1cf1a1
@@ -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 = [