From 3c4c39f8f9fc32409e4d364f58ac880abd6b4395 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 11 May 2025 18:26:21 +0000 Subject: [PATCH] python3Packages.redshift-connector: 2.1.5 -> 2.1.6 --- .../python-modules/redshift-connector/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/redshift-connector/default.nix b/pkgs/development/python-modules/redshift-connector/default.nix index af6ffede5aed..59b509aa942d 100644 --- a/pkgs/development/python-modules/redshift-connector/default.nix +++ b/pkgs/development/python-modules/redshift-connector/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "redshift-connector"; - version = "2.1.5"; + version = "2.1.6"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "aws"; repo = "amazon-redshift-python-driver"; tag = "v${version}"; - hash = "sha256-q8OF8osAfnAXL1BSgnhE3vQpLHfD/8vPeU2+wCCGSQs="; + hash = "sha256-+tZMg0AmfmAFOqUQhOl+vHQVF1DApZbVNjGV4BkGRTg="; }; # remove addops as they add test directory and coverage parameters to pytest @@ -56,7 +56,7 @@ buildPythonPackage rec { meta = { description = "Redshift interface library"; homepage = "https://github.com/aws/amazon-redshift-python-driver"; - changelog = "https://github.com/aws/amazon-redshift-python-driver/releases/tag/v${version}"; + changelog = "https://github.com/aws/amazon-redshift-python-driver/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ mcwitt ]; };