Commit a5d5961b authored by Mario Rodas's avatar Mario Rodas
Browse files

python311Packages.pglast: 5.8 -> 6.1

parent ce33e3f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pglast";
  version = "5.8";
  version = "6.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-+3ysQuGrAH5xCBKaP0T/PLfbmLuxiKHPB+76D32GG9E=";
    hash = "sha256-XdQQsknvZ4Nlmlsh/Lnp0bGjaduqaoH8IKPTOqBWhrU=";
  };

  propagatedBuildInputs = [