Merge pull request #179687 from r-ryantm/auto-update/python3.10-pglast

python310Packages.pglast: 3.12 -> 3.13
This commit is contained in:
Mario Rodas 2022-07-01 00:14:19 -05:00 committed by GitHub
commit fe2012be4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [