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
commit c1f38d9067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [