python312Packages.types-psycopg2: 2.9.21.20250121 -> 2.9.21.20250318

This commit is contained in:
R. Ryantm
2025-03-31 11:48:09 +00:00
parent 039ad942e3
commit 367ce32458
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-psycopg2";
version = "2.9.21.20250121";
version = "2.9.21.20250318";
pyproject = true;
src = fetchPypi {
pname = "types_psycopg2";
inherit version;
hash = "sha256-Kw4s0PN0evGuJacCeJhxbYAglgR3DvPL81D+BVucNJs=";
hash = "sha256-626sW/sWrf1fFrgYkYueJqQO3hR+Dyu//fU6bvcCWoc=";
};
build-system = [ setuptools ];