python311Packages.types-psycopg2: 2.9.21.20240311 -> 2.9.21.20240417

This commit is contained in:
R. Ryantm 2024-04-21 09:35:46 +00:00
parent 44fa1ee8c2
commit 44186ac628
1 changed files with 2 additions and 2 deletions

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