From 611ab2b3b46368c956dd82629a5ea2822a0162ff Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 21 Apr 2025 05:48:02 +0000 Subject: [PATCH] python312Packages.pytest-mypy: 1.0.0 -> 1.0.1 --- pkgs/development/python-modules/pytest-mypy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-mypy/default.nix b/pkgs/development/python-modules/pytest-mypy/default.nix index ade57d2910fb..bdda80f446b6 100644 --- a/pkgs/development/python-modules/pytest-mypy/default.nix +++ b/pkgs/development/python-modules/pytest-mypy/default.nix @@ -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 = [