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

python311Packages.types-psycopg2: 2.9.21.20240311 -> 2.9.21.20240417
This commit is contained in:
Nick Cao 2024-04-21 13:35:47 -04:00 committed by GitHub
commit 3fa4d171b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-psycopg2";
version = "2.9.21.20240311";
version = "2.9.21.20240417";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cilF3/pqcpvrxmDxQTfzft/OrVosFesjQhKn0BfugHI=";
hash = "sha256-Bdslb0pFn7IaQmuOf8oGVsNTkQX/Agjq9r2vQGo4cIc=";
};
nativeBuildInputs = [