diff --git a/pkgs/development/python-modules/pytest-mypy/default.nix b/pkgs/development/python-modules/pytest-mypy/default.nix index 6b83a3854c74..ade57d2910fb 100644 --- a/pkgs/development/python-modules/pytest-mypy/default.nix +++ b/pkgs/development/python-modules/pytest-mypy/default.nix @@ -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 = [