From 5eb2bf820e1402bccc3a7886a7a847926ef7b43e Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 1 Oct 2024 14:59:47 +0900 Subject: [PATCH] python312Packages.tree-sitter-python: 0.21.0 -> 0.23.2 Diff: https://github.com/tree-sitter/tree-sitter-python/compare/v0.21.0...v0.23.2 --- .../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 4ca4ec1d7b81..ece3a6900804 100644 --- a/pkgs/development/python-modules/tree-sitter-python/default.nix +++ b/pkgs/development/python-modules/tree-sitter-python/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "tree-sitter-python"; - version = "0.21.0"; + version = "0.23.2"; pyproject = true; src = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-python"; rev = "v${version}"; - hash = "sha256-ZQ949GbgzZ/W667J+ekvQbs4bGnbDO+IWejivhxPZXM="; + hash = "sha256-cOBG2xfFJ0PpR1RIKW1GeeNeOBA9DAP/N4RXRGYp3yw="; }; build-system = [