Skip to content

Commit

Permalink
python312Packages.psycopg2: 2.9.9 -> 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CountingBeeps committed Dec 14, 2024
1 parent 67cbf84 commit 0fba102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/psycopg2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
hash = "sha256-0UVL3pP7HiJBZoEWlNYA50ZDDABvuwMeoG7MLqQb8VY=";
hash = "sha256-EuwLQLAnP5UpYjPodQRBM5KY5qVy9wOdpbJg48i2DhE=";
};

postPatch = ''
Expand Down

0 comments on commit 0fba102

Please sign in to comment.