python3Packages.tree-sitter-sql: 0.3.8 -> 0.3.10

This commit is contained in:
R. Ryantm
2025-09-27 11:07:11 +00:00
parent 8e2f87ab6d
commit a5d7f30f8a
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "tree-sitter-sql";
version = "0.3.8";
version = "0.3.10";
pyproject = true;
src = fetchFromGitHub {
owner = "DerekStride";
repo = "tree-sitter-sql";
tag = "v${version}";
hash = "sha256-8gdbbz187sV8I+PJHubFyyQwGUqvo05Yw1DX7rOK4DI=";
hash = "sha256-vPPlDdLkenLG8uH26fzMOS3oxClCLSIKa6zhmDbnC/A=";
};
postUnpack = ''