summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-21 11:19:25 +0900
committerGitHub <noreply@github.com>2023-11-21 11:19:25 +0900
commita8a178b9476f0cc7741ea7bf8fcdac07fc4a9c4b (patch)
treefb7e18092f01a3444c95a8ceb5e6e44cce832824 /pkgs
parent5f8f287c1758e4212ddf014552a1e5def5587f08 (diff)
parentbfa945c77942ef05f07f8315e39f28024546129b (diff)
Merge pull request #268818 from fabaff/tree-sitter-bump
python311Packages.tree-sitter: 0.20.2 -> 0.20.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/tree-sitter/default.nix4
1 files 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 d098859f5108b..6eb833b92d50a 100644
--- a/pkgs/development/python-modules/tree-sitter/default.nix
+++ b/pkgs/development/python-modules/tree-sitter/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "tree-sitter";
-  version = "0.20.2";
+  version = "0.20.4";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "tree_sitter";
     inherit version;
-    hash = "sha256-CmwGq6pV3hdCQaR2tTYXO7ooJB0uqF0ZjTOqi/AJ8Cg=";
+    hash = "sha256-atsSPi8+VjmbvyNZkkYzyILMQO6DRIhSALygki9xO+U=";
   };
 
   nativeBuildInputs = [