python310Packages.pglast: 5.0 -> 5.1

This commit is contained in:
Mario Rodas 2023-03-01 04:20:00 +00:00
parent 3374c1ab48
commit 432744c1ff

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "5.0";
version = "5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bR/e5pZCrnMCUt9zEszI0aVlqezTzwR3DIdpXv/6qGM=";
hash = "sha256-fHWJWgy/Ven5m2Cf81rG/ZKmFFWiLJsIPVxFe+rr+ms=";
};
propagatedBuildInputs = [