Skip to content

Commit

Permalink
python312Packages.tree-sitter-html: 0.20.3 -> 0.23.2 (NixOS#369187)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Dec 29, 2024
2 parents e8fed40 + 04bc240 commit 31b4055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/tree-sitter-html/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "tree-sitter-html";
version = "0.20.3";
version = "0.23.2";
pyproject = true;

src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-html";
rev = "v${version}";
hash = "sha256-sHy3fVWemJod18HCQ8zBC/LpeCCPH0nzhI1wrkCg8nw=";
tag = "v${version}";
hash = "sha256-Pd5Me1twLGOrRB3pSMVX9M8VKenTK0896aoLznjNkGo=";
};

build-system = [
Expand Down

0 comments on commit 31b4055

Please sign in to comment.