python3Packages.pglast: 7.10 -> 7.11

https://github.com/lelit/pglast/blob/v7.11/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:48 +01:00
parent ac5ae70212
commit 8715fc55f5
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pglast";
version = "7.10";
version = "7.11";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AHJauP7dc0MEfhK8ZimUHKE5V/TC8t88XSri2gUnlsk=";
hash = "sha256-d67Xi7eMDlbxaaQYM/b9x85jqjgwuMdx/CYxBaiDR0U=";
};
build-system = [ setuptools ];