python-language-server: 2020-06-19 -> 2020-10-08

Update for Python 3.9 support
This commit is contained in:
Felix Rath
2021-05-15 16:20:43 -07:00
committed by Jonathan Ringer
parent 97abfb3349
commit d3b00c99a9
3 changed files with 85 additions and 53 deletions
@@ -11,7 +11,7 @@
let deps = import ./deps.nix { inherit fetchurl; };
version = "2020-06-19";
version = "2020-10-08";
# Build the nuget source needed for the later build all by itself
# since it's a time-consuming step that only depends on ./deps.nix.
@@ -49,8 +49,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "microsoft";
repo = "python-language-server";
rev = "838ba78e00173d639bd90f54d8610ec16b4ba3a2";
sha256 = "0nj8l1apcb67gqwy5i49v0f01fs4lvdfmmp4w2hvrpss9if62c1m";
rev = "76a29da373a4bb1e81b052f25802f3ca872d0a67";
sha256 = "16jb90lacdrhi4dpp084bqzx351mv23f4mhl4lz5h6rkfzj5jxgg";
};
buildInputs = [dotnet-sdk_3 openssl icu];