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

This commit is contained in:
R. Ryantm
2025-10-07 08:12:43 +00:00
parent f15bc496e5
commit 816465a96f
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "tree-sitter-sql";
version = "0.3.10";
version = "0.3.11";
pyproject = true;
src = fetchFromGitHub {
owner = "DerekStride";
repo = "tree-sitter-sql";
tag = "v${version}";
hash = "sha256-vPPlDdLkenLG8uH26fzMOS3oxClCLSIKa6zhmDbnC/A=";
hash = "sha256-efeDAUgCwV9UBXbLyZ1a4Rwcvr/+wke8IzkxRUQnddM=";
};
postUnpack = ''