python3Packages.redshift-connector: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm 2025-07-11 06:47:35 +00:00
parent 52809155bd
commit 31dc88c4ad

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "redshift-connector"; pname = "redshift-connector";
version = "2.1.7"; version = "2.1.8";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "aws"; owner = "aws";
repo = "amazon-redshift-python-driver"; repo = "amazon-redshift-python-driver";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-OMi8788F2qjMOVDLuJLVReqNv7c/DpXTy1UpqoKRmnQ="; hash = "sha256-q8TQYiPmm3w9Bh4+gvVW5XAa4FZ3+/MZqZL0RCgl77E=";
}; };
# remove addops as they add test directory and coverage parameters to pytest # remove addops as they add test directory and coverage parameters to pytest