Unverified Commit 0219b49b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.psycopg: 3.2.4 -> 3.2.5 (#384632)

parents 8066a447 fa7905ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@

let
  pname = "psycopg";
  version = "3.2.4";
  version = "3.2.5";

  src = fetchFromGitHub {
    owner = "psycopg";
    repo = "psycopg";
    tag = version;
    hash = "sha256-gicntSAEK5VO67M2gAGR6wSwKQwgnbHxVUoPpaAbaDk=";
    hash = "sha256-I1aL12SWwPk7jHosE0LEv5ksUxqGBgCXBxeIYqs1iDw=";
  };

  patches = [