python310Packages.pglast: 4.0 -> 4.1

This commit is contained in:
R. Ryantm 2022-12-27 04:02:44 +00:00
parent c2e1d345cb
commit 53ea61b453

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "4.0";
version = "4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GmDM+90joF3+IHjUibeNZX54z6jR8rCC+R/fcJ03dHM=";
hash = "sha256-JXgU2uoMhfqKlQOksbdYZtnJbs7UZKlTxZNo7OIGEig=";
};
propagatedBuildInputs = [