0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
R. Ryantm 2024-12-29 16:57:31 +00:00
parent 7fa1a3c6b3
commit e9daf8b819

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-python";
version = "0.23.2";
version = "0.23.6";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-python";
rev = "v${version}";
hash = "sha256-cOBG2xfFJ0PpR1RIKW1GeeNeOBA9DAP/N4RXRGYp3yw=";
tag = "v${version}";
hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg=";
};
build-system = [