Unverified Commit 13bc37ef authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.psycopg: 3.2.1 -> 3.2.2 (#342175)

parents bfd99fb3 23387d86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@

let
  pname = "psycopg";
  version = "3.2.1";
  version = "3.2.2";

  src = fetchFromGitHub {
    owner = "psycopg";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-jQMIgfMyQpd9bD3F1IhPff39BrFaBD6U7Exryna+Acw=";
    hash = "sha256-Udysl00lB6rxmQByME6PI3KL4tlzIZ0/CZNWLVKssS8=";
  };

  patches = [