python3Packages.pytest-mypy-plugins: 4.0.2 -> 4.0.3

https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/4.0.3
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:13 +02:00
parent e4d45548b4
commit 47cb1d0c8e
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pytest-mypy-plugins";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "typeddjango";
repo = "pytest-mypy-plugins";
tag = version;
hash = "sha256-py6sspmhQ2vjXEEn+X6kx1+fTiS1M0P8z+kbgVItW/k=";
hash = "sha256-RyHoZniVLtunqz42tuVeAoiUm/e5JvvwX2MMCAJBhy8=";
};
build-system = [ setuptools ];