python3Packages.psycopg: 3.2.10 -> 3.2.11

https://github.com/psycopg/psycopg/blob/3.2.11/docs/news.rst#current-release
This commit is contained in:
Martin Weinelt
2025-10-19 15:51:01 +02:00
parent 7a29ec4126
commit e127dfe811
@@ -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 = [