python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589)

This commit is contained in:
Nick Cao 2024-11-13 08:33:40 -05:00 committed by GitHub
commit 3f7e0ddd7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sqlfmt";
version = "0.23.2";
version = "0.23.3";
pyproject = true;
src = fetchFromGitHub {
owner = "tconbeer";
repo = "sqlfmt";
rev = "refs/tags/v${version}";
hash = "sha256-g2ycfpsBFMh16pYVzCmde0mhQhhvAhH25i3LJTcG7Ac=";
hash = "sha256-kbluj29P1HwTaCYv1Myslak9s8FFm2e/eHdGgi3H4i0=";
};
build-system = [