python312Packages.pglast: 7.5 -> 7.7 (#396340)

This commit is contained in:
Fabian Affolter
2025-04-05 16:11:16 +02:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "7.5";
version = "7.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pYXMhxW4kpM4yhzQzbdAmKxL5txbpbv8xyXkL6v9KmQ=";
hash = "sha256-Xfv8H6OYGWQ6O5FaE2aOQ7vWwLAUqt9dC0MJ6GC6y7A=";
};
build-system = [ setuptools ];