python311Packages.dbt-redshift: 1.7.4 -> 1.7.5

This commit is contained in:
R. Ryantm 2024-04-02 04:55:44 +00:00
parent ebde306504
commit 43f594a64f

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dbt-redshift"; pname = "dbt-redshift";
version = "1.7.4"; version = "1.7.5";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dbt-labs"; owner = "dbt-labs";
repo = "dbt-redshift"; repo = "dbt-redshift";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-Ny6Nnb5OhtqSQZ0BMOQrb0ic6i29GVywy3hn3UuVtxE="; hash = "sha256-wFNPXUU2EuDEiPpEAzjRIRdR27PHLVcOvgQ9E/bpgwM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [