Skip to content

Commit

Permalink
python311Packages.types-psycopg2: 2.9.21.20240311 -> 2.9.21.20240417
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tm-drtina committed May 21, 2024
1 parent b55a636 commit dcb767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/types-psycopg2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

buildPythonPackage rec {
pname = "types-psycopg2";
version = "2.9.21.20240311";
version = "2.9.21.20240417";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-cilF3/pqcpvrxmDxQTfzft/OrVosFesjQhKn0BfugHI=";
hash = "sha256-Bdslb0pFn7IaQmuOf8oGVsNTkQX/Agjq9r2vQGo4cIc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit dcb767f

Please sign in to comment.