python3Packages.redshift-connector: 2.1.6 -> 2.1.7

This commit is contained in:
R. Ryantm
2025-06-01 23:21:47 +00:00
parent 769e9c24f7
commit c71e84ac6d
@@ -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