From e9daf8b81915ededcdcbf767dc4fa2bb9afab297 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Dec 2024 16:57:31 +0000 Subject: [PATCH] python312Packages.tree-sitter-python: 0.23.2 -> 0.23.6 --- .../python-modules/tree-sitter-python/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/tree-sitter-python/default.nix b/pkgs/development/python-modules/tree-sitter-python/default.nix index 372b595c87509..8e801284b285f 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.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 = [