python310Packages.jupyter-lsp: 2.0.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-06-08 09:17:00 +00:00
parent 36eae7248f
commit 2cdbd288f9

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupyter-lsp";
version = "2.0.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-89n1mdSOCTpLq/vawZTDAzLmJIzkoD1z+nEviMd55Rk=";
hash = "sha256-jrvLUzrbQeXWNeuP6ClWsKr78P1EO2xL+pBu3uuGNaE=";
};
propagatedBuildInputs = [