python313Packages.psycopg2: 2.9.9 -> 2.9.10

This commit is contained in:
Martin Weinelt
2024-11-18 18:36:47 +01:00
parent 6cad9267f8
commit 26050b09dc
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "psycopg2";
version = "2.9.9";
version = "2.9.10";
format = "setuptools";
# Extension modules don't work well with PyPy. Use psycopg2cffi instead.
@@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-0UVL3pP7HiJBZoEWlNYA50ZDDABvuwMeoG7MLqQb8VY=";
hash = "sha256-EuwLQLAnP5UpYjPodQRBM5KY5qVy9wOdpbJg48i2DhE=";
};
postPatch = ''