Unverified Commit d19d23bd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python312Packages.types-psycopg2: 2.9.21.20240106 -> 2.9.21.20240118
parents 8efd35ed 2c6c87de
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.20240106";
  version = "2.9.21.20240118";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-DQo1BElxS6KESMTxCgo67Dbp4+/RRQcw4ifhe3BKS+o=";
    hash = "sha256-5KBjFufJaQJVF1w+5d/6W0fFBX8XGB9eNMbc2zQGbzU=";
  };

  nativeBuildInputs = [