python310Packages.pytest-testmon: 2.0.9 -> 2.0.12

This commit is contained in:
R. Ryantm 2023-07-15 06:49:40 +00:00
parent 7764e28784
commit 36a0dfc4c5

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "2.0.9";
version = "2.0.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tarpas";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-klKn110zmurLx3aITYiGV1tLztTiY/Z2tf/L6qW2cGI=";
hash = "sha256-hv5sgWSbMk13h+nFTcy4aEMJvTyaLbXFhg6ZOKYEvVQ=";
};
nativeBuildInputs = [