We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1502af5 + 7064bc9 commit 71622a3Copy full SHA for 71622a3
pkgs/development/python-modules/dbt-snowflake/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "dbt-snowflake";
14
- version = "1.8.3";
+ version = "1.8.4";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "dbt-labs";
21
repo = "dbt-snowflake";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-jvhjf+Ce/oyHXFxMryz5Uy6Hq5Sx6vKgaGEJVAzqSdA=";
+ hash = "sha256-XUHXyxAoIBHXmH2xXOGrCO2+WMwwJ7oVYt4+m/fT/Ko=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments