Unverified Commit 2148f290 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.psycopg: 3.2.10 -> 3.2.11 (#453543)

parents c8bb2c1b e127dfe8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

let
  pname = "psycopg";
  version = "3.2.10";
  version = "3.2.11";

  src = fetchFromGitHub {
    owner = "psycopg";
    repo = "psycopg";
    tag = version;
    hash = "sha256-ZvqhvjDhrZ7uKi9fE/UYRaJblmfXXH6pYoUZ5u7cOu0=";
    hash = "sha256-x7ca/A6K0nbcKs2iv5f2rPct5GLd2E7lymT5QZC2B/g=";
  };

  patches = [