Merge pull request #225202 from fabaff/sqlfluff-bump

sqlfluff: 2.0.2 -> 2.0.3
This commit is contained in:
Fabian Affolter 2023-04-08 12:35:02 +02:00 committed by GitHub
commit 6f0cdea7a3
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.0.2";
version = "2.0.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iutlsB+qZ9/ix/UUnHspppsbiXclolXNcbiTChz3tQk=";
hash = "sha256-PG+4PibJE7mka+1ann88AgqNTI+BeE0IxHpVJRG4Iuk=";
};
propagatedBuildInputs = with python3.pkgs; [