Unverified Commit 5384344a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.tree-sitter-javascript: 0.23.1 -> 0.25.0 (#448190)

parents f8bb9b80 ef9fa0bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tree-sitter-javascript";
  version = "0.23.1";
  version = "0.25.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tree-sitter";
    repo = "tree-sitter-javascript";
    tag = "v${version}";
    hash = "sha256-apgWWYD0XOvH5c3BY7kAF7UYtwPJaEvJzC5aWvJ9YQ8=";
    hash = "sha256-2Jj/SUG+k8lHlGSuPZvHjJojvQFgDiZHZzH8xLu7suE=";
  };

  build-system = [