python312Packages.pytest-mypy: 1.0.0 -> 1.0.1 (#400469)

This commit is contained in:
Nick Cao
2025-04-21 17:11:43 -04:00
committed by GitHub
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pytest-mypy";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchPypi {
pname = "pytest_mypy";
inherit version;
hash = "sha256-4oSi6NJ7wWowacNKtgGy9I/OupvUNdZfabfY9Bw3PW4=";
hash = "sha256-P1/K/3XIDczGtoz17MKOG75x6VMJRp63oov0CM5VwHQ=";
};
nativeBuildInputs = [