Commit 2ce3adff authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pgspecial: 2.1.1 -> 2.1.2

parent 0a0cdd83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "pgspecial";
  version = "2.1.1";
  version = "2.1.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-o4I5zZYfrDPObaNcRm11istvlCkBWY19905bgv5vVjY=";
    hash = "sha256-8EGeGzt4+zpy/jtUb2eIpxIJFTLVmf51k7X27lWoj4c=";
  };

  propagatedBuildInputs = [