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

python310Packages.pytest-testmon: 1.3.7 -> 1.4.0
This commit is contained in:
Fabian Affolter 2022-10-26 09:07:53 +02:00 committed by GitHub
commit 4afeb7f0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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