python312Packages.dbt-core: 1.8.6 -> 1.8.7

This commit is contained in:
R. Ryantm 2024-09-25 08:03:21 +00:00
parent efc90c3e0e
commit 93a0560bba

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "dbt-core";
version = "1.8.6";
version = "1.8.7";
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-Zd1qPTfJgoGpkrMSt0K1jAdYAxICdru9vIXXqbmZryo=";
hash = "sha256-1NvdRAr8T2dDgtyj5tUIqhjHIu4sZYS+oj7hOMEqs0A=";
};
sourceRoot = "${src.name}/core";