python310Packages.pytest-testmon: 1.3.6 -> 1.3.7

This commit is contained in:
R. Ryantm 2022-09-28 05:33:52 +00:00 committed by Jonathan Ringer
parent 868658f926
commit 4cdac93a5d

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "1.3.6";
version = "1.3.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KcDVOKAuQ5iVKgK3o1Vnc+LUVsI1izTnkOmByiyCJ1E=";
hash = "sha256-tjdu4mEslRl7QGnNGg7ATaQCipwF5/XSpFPq3E3A/Vo=";
};
buildInputs = [