nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.pytest-mypy-plugins: 1.10.1 -> 1.11.1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-mypy-plugins/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pytest-mypy-plugins"; 16 - version = "1.10.1"; 16 + version = "1.11.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "typeddjango"; 23 23 repo = pname; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM="; 25 + hash = "sha256-UlNjqloAl0Qmy3EQ73e+KmsHeJN3eBkkBJxCehpOs48="; 26 26 }; 27 27 28 28 buildInputs = [