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

python310Packages.pglast: 4.1 -> 5.0

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

buildPythonPackage rec {
  pname = "pglast";
  version = "4.1";
  version = "5.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JXgU2uoMhfqKlQOksbdYZtnJbs7UZKlTxZNo7OIGEig=";
    hash = "sha256-bR/e5pZCrnMCUt9zEszI0aVlqezTzwR3DIdpXv/6qGM=";
  };

  propagatedBuildInputs = [
@@ -43,5 +43,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/lelit/pglast/raw/v${version}/CHANGES.rst";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ marsam ];
    mainProgram = "pgpp";
  };
}