python3Packages.pylsp-mypy: 0.6.5 -> 0.6.6

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:39 +01:00
parent 251d54a89c
commit 508537587e

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pylsp-mypy";
version = "0.6.5";
version = "0.6.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Richardk2n";
repo = "pylsp-mypy";
rev = "refs/tags/${version}";
hash = "sha256-LQ9Kw/dG3XA67WaVObE72fxERb21eZzk+MCqIp2Qy0o=";
hash = "sha256-9B+GSEoQEqd1W/g0oup4xULKWOF0TgSG5DfBtyWA3vs=";
};
propagatedBuildInputs = [