Merge pull request #281195 from r-ryantm/auto-update/python311Packages.types-psycopg2

python311Packages.types-psycopg2: 2.9.21.20 -> 2.9.21.20240106
This commit is contained in:
Nick Cao
2024-01-16 11:44:04 -05:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-psycopg2";
version = "2.9.21.20";
version = "2.9.21.20240106";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-c7rqaJV1v1uxuRW3g/sFJARMYkKSiu7xrlqeMvB4DT0=";
hash = "sha256-DQo1BElxS6KESMTxCgo67Dbp4+/RRQcw4ifhe3BKS+o=";
};
nativeBuildInputs = [