Skip to content

Commit 161fe1a

Browse files
authored
python313Packages.psycopg: 3.2.5 -> 3.2.6 (#389480)
2 parents bb8d2d7 + 291cfff commit 161fe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/psycopg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
let
3737
pname = "psycopg";
38-
version = "3.2.5";
38+
version = "3.2.6";
3939

4040
src = fetchFromGitHub {
4141
owner = "psycopg";
4242
repo = "psycopg";
4343
tag = version;
44-
hash = "sha256-I1aL12SWwPk7jHosE0LEv5ksUxqGBgCXBxeIYqs1iDw=";
44+
hash = "sha256-fCiTu6lKFqY7Yl9KfmhRZQIDg5sEkXkQ95kPfIDSGn8=";
4545
};
4646

4747
patches = [

0 commit comments

Comments
 (0)