Merge pull request #222715 from r-ryantm/auto-update/python310Packages.pytest-testmon

python310Packages.pytest-testmon: 1.4.5 -> 2.0.2
This commit is contained in:
Martin Weinelt 2023-04-09 22:02:38 +02:00 committed by GitHub
commit 67c3dba353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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