python3Packages.redshift-connector: 2.1.6 -> 2.1.7 (#413073)

This commit is contained in:
Nick Cao 2025-06-02 16:51:31 -04:00 committed by GitHub
commit fdb6c70667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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