python312Packages.dbt-core: 1.8.7 -> 1.8.8 (#350887)

This commit is contained in:
Theodore Ni 2024-10-24 08:36:30 -07:00 committed by GitHub
commit b71a31515a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "dbt-core";
version = "1.8.7";
version = "1.8.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-core";
rev = "refs/tags/v${version}";
hash = "sha256-1NvdRAr8T2dDgtyj5tUIqhjHIu4sZYS+oj7hOMEqs0A=";
hash = "sha256-M9O9jLjIr9kolkye5RwaS2jK6dpncEOo1rtxY7WXS7U=";
};
sourceRoot = "${src.name}/core";