Unverified Commit ce1c1059 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.types-psycopg2: 2.9.21.20240118 -> 2.9.21.20240201
parents 05a6de1f 0e7ddc9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-psycopg2";
  version = "2.9.21.20240118";
  version = "2.9.21.20240201";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-5KBjFufJaQJVF1w+5d/6W0fFBX8XGB9eNMbc2zQGbzU=";
    hash = "sha256-daknNfYro2OXQJrkdY8CQcvEqbsw8fldO0pmD+p+dxE=";
  };

  nativeBuildInputs = [