python3Packages.redshift-connector: 2.1.12 -> 2.1.13 (#507527)

This commit is contained in:
Nick Cao
2026-04-07 20:04:46 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "redshift-connector";
version = "2.1.12";
version = "2.1.13";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-redshift-python-driver";
tag = "v${version}";
hash = "sha256-D/OxwhojWRQe/XTYUgk6+2xVe8Gjkvf5hvF11PVV3eI=";
hash = "sha256-sjHLw3qpEWaqaGrsaS903NbuAPscnr+GlV4znQD+Hu4=";
};
# remove addops as they add test directory and coverage parameters to pytest