python3Packages.jupyterlab-lsp: 5.1.1 -> 5.2.0

This commit is contained in:
R. Ryantm 2025-07-21 13:15:10 +00:00
parent 331574afce
commit fe68fa3383

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "5.1.1";
version = "5.2.0";
pyproject = true;
src = fetchPypi {
pname = "jupyterlab_lsp";
inherit version;
hash = "sha256-cjPKc+oPLahZjqM9hMJDY1Rm0a9w3c6M2DNu+V3KCL8=";
hash = "sha256-Y2hIhbNcHcnYPlS0sGOAyTda19dRopdWSbNXMIyNMLk=";
};
nativeBuildInputs = [ setuptools ];