Unverified Commit b309a01d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.sqlfmt: 0.28.1 -> 0.28.2 (#455998)

parents f0bb5e2e 485dba63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "sqlfmt";
  version = "0.28.1";
  version = "0.28.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "tconbeer";
    repo = "sqlfmt";
    tag = "v${version}";
    hash = "sha256-H896Ey4iJFuvcLLvLilN/6nN4gxpvv3VJKIjivEDwMU=";
    hash = "sha256-9SO3G8SQOkxxSyro9dwSI6oH6BT8Rd66WqM5bvdVQkg=";
  };

  build-system = [ hatchling ];