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:
OTABI Tomoya 2023-10-18 16:14:15 +09:00 committed by GitHub
commit 68a32f46d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};
}