Merge pull request #59775 from jabranham/python-language-server

python-language-server: 0.25.0 -> 0.26.1
gstqt5
Jörg Thalheim 2019-04-17 15:10:55 +01:00 committed by GitHub
commit 6336f9e6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ in
buildPythonPackage rec {
pname = "python-language-server";
version = "0.25.0";
version = "0.26.1";
src = fetchFromGitHub {
owner = "palantir";
repo = "python-language-server";
rev = version;
sha256 = "10la48m10j4alfnpw0xw359fb833scf5kv7kjvh7djf6ij7cfsvq";
sha256 = "003fy8bbvwibnsnyxw1qwg2rxnhbfylqs67ixr6fdnw6mmrzd6fg";
};
# The tests require all the providers, disable otherwise.