python3Packages.redshift-connector: 2.1.10 -> 2.1.11 (#486240)

This commit is contained in:
Nick Cao
2026-02-02 23:14:10 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "redshift-connector";
version = "2.1.10";
version = "2.1.11";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-redshift-python-driver";
tag = "v${version}";
hash = "sha256-k4Itd+x+1NbDsot2feunMKQVZA7ngAE4Bvy6+07gdaY=";
hash = "sha256-UaH3Uoq3unArgeY7jDcN8ZXxZfo31oneUz34cUMyNHg=";
};
# remove addops as they add test directory and coverage parameters to pytest