Merge pull request #261054 from r-ryantm/auto-update/python310Packages.jupyterlab-lsp
python310Packages.jupyterlab-lsp: 4.2.0 -> 5.0.0
This commit is contained in:
commit
68a32f46d5
1 changed files with 2 additions and 5 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterlab-lsp";
|
||||
version = "4.2.0";
|
||||
version = "5.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-OqsByMrAQKjTqev6QIUiOwVLf71iGdPHtWD2qXZsovM=";
|
||||
hash = "sha256-D4jiaAPQ8+TIyL7wip+GHycGp3ym1NkvZQJsCelYFks=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -28,8 +28,5 @@ buildPythonPackage rec {
|
|||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ];
|
||||
# No support for Jupyterlab > 4
|
||||
# https://github.com/jupyter-lsp/jupyterlab-lsp/pull/949
|
||||
broken = lib.versionAtLeast jupyterlab.version "4.0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue