python312Packages.dbt-redshift: 1.7.5 -> 1.7.6

This commit is contained in:
R. Ryantm 2024-04-17 03:43:01 +00:00
parent 4a04be9a3c
commit 5b4f016c80
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 = [