Merge pull request #261622 from fabaff/sqlfluff-bump

sqlfluff: 2.3.2 -> 2.3.3
This commit is contained in:
Fabian Affolter 2023-10-17 21:14:34 +02:00 committed by GitHub
commit 72e453f6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "2.3.2";
version = "2.3.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-buDDu5UQmO1ImWXzqwlFZHYbn2FUjAxs8KbQX+g/mvg=";
hash = "sha256-VCvlNR/0SX3bnGw+gSGkAoS+6zig5lrDv9/Gez+TIb4=";
};
propagatedBuildInputs = with python3.pkgs; [