Skip to content

Commit 71622a3

Browse files
authored
python312Packages.dbt-snowflake: 1.8.3 -> 1.8.4 (#360433)
2 parents 1502af5 + 7064bc9 commit 71622a3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/dbt-snowflake

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dbt-snowflake/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "dbt-snowflake";
14-
version = "1.8.3";
14+
version = "1.8.4";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "dbt-labs";
2121
repo = "dbt-snowflake";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-jvhjf+Ce/oyHXFxMryz5Uy6Hq5Sx6vKgaGEJVAzqSdA=";
23+
hash = "sha256-XUHXyxAoIBHXmH2xXOGrCO2+WMwwJ7oVYt4+m/fT/Ko=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)