Unverified Commit 99e2d8ed authored by natsukium's avatar natsukium
Browse files

python311Packages.jupyter-lsp: 2.2.1 -> 2.2.2

parent e5ced5d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [