python312Packages.pglast: 7.3 -> 7.5 (#392420)

This commit is contained in:
Wolfgang Walther
2025-03-24 19:39:16 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "7.3";
version = "7.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-jl0LSJGJlKYU1eX7y1ElDNbtkORo7grR3Bz5Ot5pabA=";
hash = "sha256-pYXMhxW4kpM4yhzQzbdAmKxL5txbpbv8xyXkL6v9KmQ=";
};
build-system = [ setuptools ];