Skip to content

Commit 9173d2c

Browse files
authored
python3Packages.psycopg: 3.3.0 -> 3.3.1 (#467961)
2 parents 9bdce2b + 19f7aaf commit 9173d2c

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,14 +35,14 @@
3535

3636
let
3737
pname = "psycopg";
38-
version = "3.3.0";
38+
version = "3.3.1";
3939
pyproject = true;
4040

4141
src = fetchFromGitHub {
4242
owner = "psycopg";
4343
repo = "psycopg";
4444
tag = version;
45-
hash = "sha256-X4gpknLotZ1RmWaTdY6I7w+unSJMc56UI1Ddi7edGSg=";
45+
hash = "sha256-nNiiiMHAeaMJ+51RtjHeWRdOML4x05afZ/DBD3B1sM0=";
4646
};
4747

4848
patches = [

0 commit comments

Comments
 (0)