tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.sqlfmt: 0.26.0 -> 0.27.0
R. Ryantm
8 months ago
ad698671
35d1a227
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sqlfmt
default.nix
+3
-3
pkgs/development/python-modules/sqlfmt/default.nix
reviewed
···
18
18
19
19
buildPythonPackage rec {
20
20
pname = "sqlfmt";
21
21
-
version = "0.26.0";
21
21
+
version = "0.27.0";
22
22
pyproject = true;
23
23
24
24
disabled = pythonOlder "3.9";
···
27
27
owner = "tconbeer";
28
28
repo = "sqlfmt";
29
29
tag = "v${version}";
30
30
-
hash = "sha256-q0pkwuQY0iLzK+Lef6k62UxMKJy592RsJnSZnVYdMa8=";
30
30
+
hash = "sha256-Yel9SB7KrDqtuZxNx4omz6u4AID8Fk5kFYKBEZD1fuU=";
31
31
};
32
32
33
33
pythonRelaxDeps = [ "platformdirs" ];
···
64
64
meta = {
65
65
description = "Sqlfmt formats your dbt SQL files so you don't have to";
66
66
homepage = "https://github.com/tconbeer/sqlfmt";
67
67
-
changelog = "https://github.com/tconbeer/sqlfmt/blob/${src.rev}/CHANGELOG.md";
67
67
+
changelog = "https://github.com/tconbeer/sqlfmt/blob/${src.tag}/CHANGELOG.md";
68
68
license = lib.licenses.asl20;
69
69
maintainers = with lib.maintainers; [ pcboy ];
70
70
mainProgram = "sqlfmt";