From 10751d90aeae24d60f409500f4ddd6d7cc0c1aff Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 27 Sep 2025 19:05:54 +0000 Subject: [PATCH] python3Packages.tree-sitter-python: 0.23.6 -> 0.25.0 --- .../development/python-modules/tree-sitter-python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tree-sitter-python/default.nix b/pkgs/development/python-modules/tree-sitter-python/default.nix index 8e801284b285..4529fdaf0628 100644 --- a/pkgs/development/python-modules/tree-sitter-python/default.nix +++ b/pkgs/development/python-modules/tree-sitter-python/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "tree-sitter-python"; - version = "0.23.6"; + version = "0.25.0"; pyproject = true; src = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-python"; tag = "v${version}"; - hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg="; + hash = "sha256-F5XH21PjPpbwYylgKdwD3MZ5o0amDt4xf/e5UikPcxY="; }; build-system = [