Merge pull request #304711 from r-ryantm/auto-update/python312Packages.dbt-redshift

python312Packages.dbt-redshift: 1.7.5 -> 1.7.6
This commit is contained in:
Nick Cao 2024-04-17 10:20:03 -04:00 committed by GitHub
commit 92a3ffb121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dbt-redshift";
version = "1.7.5";
version = "1.7.6";
pyproject = true;
disabled = pythonOlder "3.10";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-redshift";
rev = "refs/tags/v${version}";
hash = "sha256-wFNPXUU2EuDEiPpEAzjRIRdR27PHLVcOvgQ9E/bpgwM=";
hash = "sha256-p75WEozbkPXBThuW8i1tpJmca1nxBXTlGQR9U976mOs=";
};
pythonRelaxDeps = [