python311Packages.jupyter-lsp: 2.2.1 -> 2.2.2

This commit is contained in:
natsukium
2024-01-31 22:32:10 +09:00
parent e5ced5d0b2
commit 99e2d8ed28
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "jupyter-lsp";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-sX+rbXD+g8iJawz/WSN2QAOCR8GWBWtDaEoJArap4Ps=";
hash = "sha256-JW0kYgVCrku6BKUPwfb/4ggJOgfY5pf+oKjRuMobfls=";
};
nativeBuildInputs = [