Merge pull request #305280 from r-ryantm/auto-update/python311Packages.dbt-redshift

python311Packages.dbt-redshift: 1.7.6 -> 1.7.7
This commit is contained in:
Nick Cao 2024-04-22 15:18:05 -04:00 committed by GitHub
commit 4d6d546e27
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.6";
version = "1.7.7";
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-p75WEozbkPXBThuW8i1tpJmca1nxBXTlGQR9U976mOs=";
hash = "sha256-DKqJ/8hEPe9O9YrAjrTL2Gh1lj6QrdtHtd7aarZ7GkQ=";
};
pythonRelaxDeps = [