python312Packages.pglast: 7.2 -> 7.3

This commit is contained in:
R. Ryantm
2025-02-13 21:51:52 +00:00
parent 51c388cd92
commit 61fd9955a8
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pglast";
version = "7.2";
version = "7.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wOlhmlivkyO79Rr4tUcmOPGro5FmZfC2VA5GOHgxcr4=";
hash = "sha256-jl0LSJGJlKYU1eX7y1ElDNbtkORo7grR3Bz5Ot5pabA=";
};
build-system = [ setuptools ];