python312Packages.tree-sitter_0_21: normalize pname

This commit is contained in:
natsukium
2024-08-07 11:39:13 +03:00
committed by Doron Behar
parent 1753f2845e
commit 345473954a
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "tree-sitter0_21";
pname = "tree-sitter";
version = "0.21.3";
pyproject = true;
+1 -1
View File
@@ -15814,7 +15814,7 @@ self: super: with self; {
tree-sitter = callPackage ../development/python-modules/tree-sitter { };
tree-sitter0_21 = callPackage ../development/python-modules/tree-sitter0_21 { };
tree-sitter_0_21 = callPackage ../development/python-modules/tree-sitter/0_21.nix { };
tree-sitter-html = callPackage ../development/python-modules/tree-sitter-html { };