python312Packages.tree-sitter-python: 0.23.2 -> 0.23.6

+3 -3
+3 -3
pkgs/development/python-modules/tree-sitter-python/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "tree-sitter-python"; 11 - version = "0.23.2"; 11 + version = "0.23.6"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tree-sitter"; 16 16 repo = "tree-sitter-python"; 17 - rev = "v${version}"; 18 - hash = "sha256-cOBG2xfFJ0PpR1RIKW1GeeNeOBA9DAP/N4RXRGYp3yw="; 17 + tag = "v${version}"; 18 + hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg="; 19 19 }; 20 20 21 21 build-system = [