python3Packages.psycopg: 3.2.19 -> 3.2.10

https://github.com/psycopg/psycopg/blob/3.2.10/docs/news.rst#current-release
This commit is contained in:
Martin Weinelt
2025-09-28 21:50:59 +02:00
parent eda33573d3
commit 457ec30007
@@ -34,13 +34,13 @@
let
pname = "psycopg";
version = "3.2.9";
version = "3.2.10";
src = fetchFromGitHub {
owner = "psycopg";
repo = "psycopg";
tag = version;
hash = "sha256-mMhfULdvqphwdEqynLNq+7XCNmqmf+zi1SGumC/6qAc=";
hash = "sha256-ZvqhvjDhrZ7uKi9fE/UYRaJblmfXXH6pYoUZ5u7cOu0=";
};
patches = [
@@ -68,9 +68,6 @@ let
# move into source root after patching
postPatch = ''
cd psycopg_c
substituteInPlace pyproject.toml \
--replace-fail "Cython >= 3.0.0, < 3.1.0" "Cython"
'';
nativeBuildInputs = [