Skip to content

Commit 3f7e0dd

Browse files
authored
python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589)
2 parents ebc2b23 + 2f09759 commit 3f7e0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sqlfmt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "sqlfmt";
19-
version = "0.23.2";
19+
version = "0.23.3";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "tconbeer";
2424
repo = "sqlfmt";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-g2ycfpsBFMh16pYVzCmde0mhQhhvAhH25i3LJTcG7Ac=";
26+
hash = "sha256-kbluj29P1HwTaCYv1Myslak9s8FFm2e/eHdGgi3H4i0=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)