Skip to content

Commit dcb767f

Browse files
r-ryantmtm-drtina
authored andcommitted
python311Packages.types-psycopg2: 2.9.21.20240311 -> 2.9.21.20240417
1 parent b55a636 commit dcb767f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/types-psycopg2

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/types-psycopg2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
buildPythonPackage rec {
88
pname = "types-psycopg2";
9-
version = "2.9.21.20240311";
9+
version = "2.9.21.20240417";
1010
pyproject = true;
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
hash = "sha256-cilF3/pqcpvrxmDxQTfzft/OrVosFesjQhKn0BfugHI=";
14+
hash = "sha256-Bdslb0pFn7IaQmuOf8oGVsNTkQX/Agjq9r2vQGo4cIc=";
1515
};
1616

1717
nativeBuildInputs = [

0 commit comments

Comments
 (0)