python312Packages.dbt-postgres: 1.8.2 -> 1.9.0

This commit is contained in:
R. Ryantm
2024-12-21 11:10:52 -08:00
committed by Theodore Ni
parent 8dacc3a676
commit c4e2ef9d7a
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dbt-postgres";
version = "1.8.2";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "dbt-postgres";
rev = "refs/tags/v${version}";
hash = "sha256-E7Y2lY8aCiAZx5sLWwpOBLTrdOsCQAdWWJTvR2jGOaA=";
tag = "v${version}";
hash = "sha256-lywWf78rluX17D5bcfehHd7X18tAdw3HZ65v440jETc=";
};
env.DBT_PSYCOPG2_NAME = "psycopg2";