python310Packages.pytest-testmon: 2.0.2 -> 2.0.6

This commit is contained in:
R. Ryantm 2023-05-16 07:43:57 +00:00
parent 43f5efa493
commit e6a35faa27

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "2.0.2";
version = "2.0.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tarpas";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hQJ52CuCBgxGcbbkbqsshh+lcevrgD8Xjde2ErghRKk=";
hash = "sha256-hyWt5Dk8CK9b8DhcZGHFnHGAgIefvIoM3AjogZPY+i0=";
};
nativeBuildInputs = [