3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pglast: 3.17 -> 4.0

This commit is contained in:
R. Ryantm 2022-12-14 09:42:55 +00:00
parent b1648e3b6a
commit 0509b93a6a

View file

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