pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421)

This commit is contained in:
Lucio Delelis 2019-08-24 23:41:05 -03:00 committed by Wael Nasreddine
parent 24cf2dce65
commit bb79cc9d5f
1 changed files with 2 additions and 2 deletions

View File

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