python3Packages.sqlglot: 26.16.2 -> 27.6.0

https://github.com/tobymao/sqlglot/blob/v27.6.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:37 +02:00
parent e7e7c5256c
commit 4e33b38625
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "sqlglot";
version = "26.16.2";
version = "27.6.0";
pyproject = true;
src = fetchFromGitHub {
repo = "sqlglot";
owner = "tobymao";
tag = "v${version}";
hash = "sha256-uX72AHr4IC+u5AYkW/3myruVPs5NZ1V3THVg+9GWxpg=";
hash = "sha256-/+hrbyAQJHbKzjaBr9ssuXuKpbCSWAarLa5oX5NqfOc=";
};
build-system = [