sqlfluff: 3.2.5 -> 3.3.0

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.3.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-01-01 10:01:43 +01:00
parent e37946f2f7
commit 4f75a1919c
+3 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.2.5";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
rev = "refs/tags/${version}";
hash = "sha256-jYAzFqHuTpcgmnodt7vuNWTHRP3rd0B/3tp2Q04/N9o=";
hash = "sha256-srsSDMvZ7lDDfDuINB0nXR2u+X+bzMqOZL9tvl9GI/s=";
};
build-system = with python3.pkgs; [ setuptools ];
@@ -31,6 +31,7 @@ python3.pkgs.buildPythonApplication rec {
jinja2
oyaml
pathspec
platformdirs
pytest
regex
tblib