Merge pull request #292231 from r-ryantm/auto-update/python311Packages.dbt-core

python311Packages.dbt-core: 1.7.8 -> 1.7.9

authored by Fabian Affolter and committed by GitHub ed8b02ec 3302864e

+2 -2
+2 -2
pkgs/development/python-modules/dbt-core/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "dbt-core"; 36 - version = "1.7.8"; 36 + version = "1.7.9"; 37 37 pyproject = true; 38 38 39 39 disabled = pythonOlder "3.8"; ··· 42 42 owner = "dbt-labs"; 43 43 repo = "dbt-core"; 44 44 rev = "refs/tags/v${version}"; 45 - hash = "sha256-EpKZiSDU5fivG3TIarirPgxRGQ3Sf1hwNvCKdQx25c0="; 45 + hash = "sha256-ff+cdY6xy14w30BDn1ct/2Q+4j8cQupJrJHb4vO58J0="; 46 46 }; 47 47 48 48 sourceRoot = "${src.name}/core";