Skip to content

Commit

Permalink
pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldelelis authored and kalbasit committed Aug 25, 2019
1 parent 24cf2dc commit bb79cc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb79cc9

Please sign in to comment.