python3Packages.pyairtable: 3.1.1 -> 3.2.0 (#436462)

This commit is contained in:
dish
2025-08-27 09:46:46 -04:00
committed by GitHub
@@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "pyairtable";
version = "3.1.1";
version = "3.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-sYX+8SEZ8kng5wSrTksVopCA/Ikq1NVRoQU6G7YJ7y4=";
hash = "sha256-9v0eOr3CgBTb7N6FkcgmVgxctaLTieUYZHwuXsuIR40=";
};
build-system = [