Merge pull request #304698 from r-ryantm/auto-update/python312Packages.dbt-core

python312Packages.dbt-core: 1.7.11 -> 1.7.12
This commit is contained in:
Matthias Beyer 2024-04-17 16:06:37 +02:00 committed by GitHub
commit e7318026c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "dbt-core";
version = "1.7.11";
version = "1.7.12";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-core";
rev = "refs/tags/v${version}";
hash = "sha256-r51aki1fuHfp6gWkzOMA92xFeM0MXFPrNq77aKTYYWA=";
hash = "sha256-mkqtlItr6oRsF5S+CPw4fAP/INJ2yw3vcKxEYeB3ItI=";
};
sourceRoot = "${src.name}/core";