python311Packages.jupyter-lsp: 2.2.1 -> 2.2.2

This commit is contained in:
natsukium 2024-01-20 09:24:52 +09:00
parent e5ced5d0b2
commit 99e2d8ed28
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -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 = [