python310Packages.pglast: 3.11 -> 3.12

This commit is contained in:
R. Ryantm 2022-06-20 03:29:45 +00:00
parent bf97f8474a
commit 1bb76e9f8b

View File

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