python310Packages.jupyterlab-lsp: 4.0.1 -> 4.2.0

This commit is contained in:
R. Ryantm 2023-06-05 19:53:21 +00:00
parent ed059d6a97
commit 07961f5341

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "4.0.1";
version = "4.2.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-1VPRfs+F24h2xJeoJglZQpuCcPDk6Ptf8cWrAW3G5to=";
hash = "sha256-OqsByMrAQKjTqev6QIUiOwVLf71iGdPHtWD2qXZsovM=";
};
propagatedBuildInputs = [