python3Packages.redshift-connector: 2.1.7 -> 2.1.8 (#424239)

This commit is contained in:
Aleksana 2025-07-15 22:40:23 +08:00 committed by GitHub
commit dedf8e4f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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