pythonPackages.python-language-server: 0.28.1 -> 0.28.3

This commit is contained in:
Langston Barrett 2019-09-04 10:04:26 -07:00 committed by Matthieu Coudron
parent d077afdf56
commit ac4922ed12

View File

@ -21,13 +21,13 @@ in
buildPythonPackage rec {
pname = "python-language-server";
version = "0.28.1";
version = "0.28.3";
src = fetchFromGitHub {
owner = "palantir";
repo = "python-language-server";
rev = version;
sha256 = "0xa0zw7hlfqqa305ic4csgfmlbxhklb5xzx72mfkcz8gcc0f5qwd";
sha256 = "16d8i43r75h0cijggkkmmpnycn29wlbjp63mgg3s4nbrxfa96x2k";
};
# The tests require all the providers, disable otherwise.