Commit 367ce324 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.types-psycopg2: 2.9.21.20250121 -> 2.9.21.20250318

parent 039ad942
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-psycopg2";
  version = "2.9.21.20250121";
  version = "2.9.21.20250318";
  pyproject = true;

  src = fetchPypi {
    pname = "types_psycopg2";
    inherit version;
    hash = "sha256-Kw4s0PN0evGuJacCeJhxbYAglgR3DvPL81D+BVucNJs=";
    hash = "sha256-626sW/sWrf1fFrgYkYueJqQO3hR+Dyu//fU6bvcCWoc=";
  };

  build-system = [ setuptools ];