python311Packages.jupyterlab-lsp: 5.0.2 -> 5.0.3

This commit is contained in:
natsukium 2024-02-13 22:46:19 +09:00
parent 5c00e1c7ee
commit d812161e0d
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "5.0.2";
version = "5.0.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-JmiGhOkHUPjvikFimgpAUOc26IFVWqFBP7Xah54GNfE=";
hash = "sha256-qcijpkZJS+SE1+MXSrHSQV7WD0dzzshHmqW6N+XwS8k=";
};
nativeBuildInputs = [