Merge pull request #294990 from r-ryantm/auto-update/python312Packages.types-psycopg2

python312Packages.types-psycopg2: 2.9.21.20240218 -> 2.9.21.20240311
This commit is contained in:
Nick Cao
2024-03-11 11:08:17 -04:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-psycopg2";
version = "2.9.21.20240218";
version = "2.9.21.20240311";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-MITNgHA4piyA+1vni0HYVbSKBgMWEB6ln9hcMC77V9Q=";
hash = "sha256-cilF3/pqcpvrxmDxQTfzft/OrVosFesjQhKn0BfugHI=";
};
nativeBuildInputs = [