From 6b7fa4acccc8bb16f2f2cc994cc32edf5331e48d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 25 Sep 2025 21:24:16 +0000 Subject: [PATCH] python3Packages.tree-sitter: 0.25.1 -> 0.25.2 Changelog: https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.25.2 --- pkgs/development/python-modules/tree-sitter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tree-sitter/default.nix b/pkgs/development/python-modules/tree-sitter/default.nix index 15cf8b8bea00..b5143017f97a 100644 --- a/pkgs/development/python-modules/tree-sitter/default.nix +++ b/pkgs/development/python-modules/tree-sitter/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "tree-sitter"; - version = "0.25.1"; + version = "0.25.2"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-zXYa0OTR/IiksbgIO64G1PlzrPb18pu/E+qWCcHeycE="; + hash = "sha256-/kPBWFVdpGcjsotS4FitREGVr9HbPKdyDFmiVFROnCA="; }; build-system = [ setuptools ];