···35353636let3737 pname = "psycopg";3838- version = "3.2.7";3838+ version = "3.2.8";39394040 src = fetchFromGitHub {4141 owner = "psycopg";4242 repo = "psycopg";4343 tag = version;4444- hash = "sha256-v4R+5jgC4dTrL+i6O+UCCr7+g673hKi9YmrSeROLpZs=";4444+ hash = "sha256-fSryNbWqIO5+oyU9uP7zO6TJzrtFPwrtaU0toxBysao=";4545 };46464747 patches = [···202202 # don't depend on mypy for tests203203 "test_version"204204 "test_package_version"205205+ # expects timeout, but we have no route in the sandbox206206+ "test_connect_error_multi_hosts_each_message_preserved"205207 ];206208207209 disabledTestPaths = [···222220 "-o cache_dir=.cache"223221 "-m"224222 "'not refcount and not timing and not flakey'"225225- # pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect226226- "-W"227227- "ignore::pytest.PytestRemovedIn9Warning"228223 ];229224230225 postCheck = ''