python310Packages.pglast: 3.12 -> 3.13

This commit is contained in:
R. Ryantm 2022-06-30 09:02:24 +00:00
parent f5b87a8203
commit a16bc44532

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "3.12";
version = "3.13";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9lPyillQyCTXiHCCLq1DKG6YbKWSYu9h8AGijO3xN/M=";
hash = "sha256-H1IVoXBanNlmjUMhBHRbnBsbeK9LuruqXJaVgSgCFPo=";
};
propagatedBuildInputs = [