Commit 60c3994e authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.dbt-core: 1.8.7 -> 1.8.8

parent 4545ad67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";