summary refs log tree commit diff
diff options
context:
space:
mode:
authorLangston Barrett <langston.barrett@gmail.com>2019-09-04 10:04:26 -0700
committerMatthieu Coudron <mattator@gmail.com>2019-09-26 19:18:08 +0900
commitac4922ed12facfc6d22afacfa94e797e43f414b5 (patch)
tree81c8787a74c8ff7dce4fa0cf3ae18376b6b41768
parentd077afdf56da15b3e40edb563daf97b23e4714c2 (diff)
downloadnixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar.gz
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar.bz2
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar.lz
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar.xz
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.tar.zst
nixpkgs-ac4922ed12facfc6d22afacfa94e797e43f414b5.zip
pythonPackages.python-language-server: 0.28.1 -> 0.28.3
-rw-r--r--pkgs/development/python-modules/python-language-server/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-language-server/default.nix b/pkgs/development/python-modules/python-language-server/default.nix
index 76508d1ec96..4bf482b9ae4 100644
--- a/pkgs/development/python-modules/python-language-server/default.nix
+++ b/pkgs/development/python-modules/python-language-server/default.nix
@@ -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.