Merge pull request #239282 from r-ryantm/auto-update/python310Packages.pytest-mypy-plugins

python310Packages.pytest-mypy-plugins: 1.10.1 -> 1.11.1
This commit is contained in:
Fabian Affolter 2023-06-23 08:21:06 +02:00 committed by GitHub
commit 92db923292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytest-mypy-plugins";
version = "1.10.1";
version = "1.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "typeddjango";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM=";
hash = "sha256-UlNjqloAl0Qmy3EQ73e+KmsHeJN3eBkkBJxCehpOs48=";
};
buildInputs = [