Unverified Commit 4b9ed947 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

sqlfluff: 3.2.0 -> 3.2.3 (#347799)

parents d7caa4ba 55e91d1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "sqlfluff";
  version = "3.2.0";
  version = "3.2.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sqlfluff";
    repo = "sqlfluff";
    rev = "refs/tags/${version}";
    hash = "sha256-7bCfIWJV7gB+WbvMxmhJW1RM1pd3gA/bCuH+o4FGg/A=";
    hash = "sha256-Ebk2oa4mv48pSzOyDxOddltIiyXpUZ+mt+VkDpbW1LM=";
  };

  build-system = with python3.pkgs; [ setuptools ];