From 446c5e804862c4568848bffec7cbde3f541285db Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:35 +0200 Subject: [PATCH] python3Packages.pytest-mypy: 0.10.3 -> 1.0.0 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/pytest-mypy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = [