Merge pull request #212178 from r-ryantm/auto-update/python310Packages.pylsp-mypy

python310Packages.pylsp-mypy: 0.6.4 -> 0.6.5
This commit is contained in:
Jonas Heinrich 2023-01-25 11:17:20 +01:00 committed by GitHub
commit b54260168a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pylsp-mypy";
version = "0.6.4";
version = "0.6.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Richardk2n";
repo = "pylsp-mypy";
rev = "refs/tags/${version}";
hash = "sha256-BpYg2noReHFgJ/5iQI09XUWNAN7UdcYgqpZ/IPr17Ao=";
hash = "sha256-LQ9Kw/dG3XA67WaVObE72fxERb21eZzk+MCqIp2Qy0o=";
};
propagatedBuildInputs = [