Skip to content

Commit

Permalink
python312Packages.dbt-redshift: 1.8.1 -> 1.9.0 (#365482)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Dec 21, 2024
2 parents c8bc1ad + 2e46f9e commit c5663d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/dbt-redshift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildPythonPackage rec {
pname = "dbt-redshift";
version = "1.8.1";
version = "1.9.0";
pyproject = true;

disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "dbt-labs";
repo = "dbt-redshift";
rev = "refs/tags/v${version}";
hash = "sha256-SmFN1GXX14L+3jtAo5Vqm53HLRaear2U/KI2Afx0ztU=";
tag = "v${version}";
hash = "sha256-ayt5KRH3jAoi7k+0yfk1ZSqG4qsM+zny8tDnWOWO5oA=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit c5663d0

Please sign in to comment.