Unverified Commit ca83fd1e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #280425 from marsam/update-python-pglast

python311Packages.pglast: 5.7 -> 5.8
parents c653ec51 44189d35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

  disabled = pythonOlder "3.7";

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

  propagatedBuildInputs = [