python312Packages.dbt-core: 1.7.11 -> 1.7.12

This commit is contained in:
R. Ryantm 2024-04-17 02:07:26 +00:00
parent 4a04be9a3c
commit b5f809bb33
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";