Commit 4f26e36f authored by R. RyanTM's avatar R. RyanTM Committed by Doron Behar
Browse files

python3Packages.lsp-tree-sitter: 0.0.18 -> 0.1.1

parent 94f72323
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,21 +7,21 @@
  colorama,
  jinja2,
  jsonschema,
  pygls,
  pygls_2,
  tree-sitter,
  pytestCheckHook,
}:

buildPythonPackage rec {
  pname = "lsp-tree-sitter";
  version = "0.0.18";
  version = "0.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "neomutt";
    repo = "lsp-tree-sitter";
    tag = version;
    hash = "sha256-Hjl3EASaOWmLZpBxmyelSUTy7jJEIEo77IIQh5DHIbg=";
    hash = "sha256-H5yb33ZsqRtqm1zlnOI0WUfcM2VDKn+qyezmFNtdLGA=";
  };

  build-system = [
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    colorama
    jinja2
    jsonschema
    pygls
    pygls_2
    tree-sitter
  ];
  nativeCheckInputs = [ pytestCheckHook ];