python3Packages.pytest-mypy: 0.10.3 -> 1.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:56 +02:00
parent 78d2a315d0
commit 446c5e8048
@@ -12,12 +12,13 @@
buildPythonPackage rec {
pname = "pytest-mypy";
version = "0.10.3";
version = "1.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+EWPZCMj8Toso+LmFQn3dnlmtSe02K3M1QMsPntP09s=";
pname = "pytest_mypy";
inherit version;
hash = "sha256-4oSi6NJ7wWowacNKtgGy9I/OupvUNdZfabfY9Bw3PW4=";
};
nativeBuildInputs = [