python311Packages.pglast: 5.8 -> 6.1

Changelog: https://github.com/lelit/pglast/blob/v6.1/CHANGES.rst
This commit is contained in:
Mario Rodas
2024-01-22 04:20:00 +00:00
parent ce33e3f41e
commit a5d5961b09
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "5.8";
version = "6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+3ysQuGrAH5xCBKaP0T/PLfbmLuxiKHPB+76D32GG9E=";
hash = "sha256-XdQQsknvZ4Nlmlsh/Lnp0bGjaduqaoH8IKPTOqBWhrU=";
};
propagatedBuildInputs = [