python3Packages.llama-cloud: 2.14.0 -> 2.14.1

This commit is contained in:
R. Ryantm
2026-08-24 13:13:05 +00:00
parent 376c95ec36
commit 20092ed8d1

View File

@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "2.14.0";
version = "2.14.1";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-oiLNJIZ8BYtp01z490S7WxmuNEQqQXTYKl8FCU4feIo=";
hash = "sha256-QtnBF5KtSQlyXM/85Y38jkf12cafUXhFSwn7N0gxh5Q=";
};
postPatch = ''