python312Packages.pytest-testmon: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-02-28 03:09:11 +00:00
parent 5d1b96ebf2
commit f9e96e2bb8

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "2.1.0";
version = "2.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tarpas";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-M4636yqzChRI37UdGPOZTjj8POLdrOoJtzmECtZZi4k=";
hash = "sha256-zbMX9r9lftdm9hzXMZRZZ/GEDViGk9QiYYUhO9ZcEAc=";
};
nativeBuildInputs = [