Unverified Commit 6704d9ee authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #282964 from r-ryantm/auto-update/python311Packages.jupyterlab-lsp

python311Packages.jupyterlab-lsp: 5.0.1 -> 5.0.2
parents e9780ce6 3df2ea11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "jupyterlab-lsp";
  version = "5.0.1";
  version = "5.0.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jQ8mhTfZ+6F9EgDfBWVI6I/I3n2lIlJs+mM0OJ0MKTQ=";
    hash = "sha256-JmiGhOkHUPjvikFimgpAUOc26IFVWqFBP7Xah54GNfE=";
  };

  nativeBuildInputs = [