python3Packages.pyairtable: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-08-24 12:38:24 +00:00
parent fcb0b3f2cc
commit fd9dd9a83a
@@ -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 = [