Merge pull request #291984 from r-ryantm/auto-update/python312Packages.pytest-testmon

python312Packages.pytest-testmon: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao
2024-02-28 20:07:33 -05:00
committed by GitHub
@@ -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 = [