python3Packages.llama-cloud: 2.5.0 -> 2.7.0 (#524455)

This commit is contained in:
Fabian Affolter
2026-05-29 07:21:22 +00:00
committed by GitHub
@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "2.5.0";
version = "2.7.0";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-LibOVENmQkJ6pvGUJltIxS0Awsm3agc2dFg2TS352dk=";
hash = "sha256-JlwSx3r31VWDTq97tN8Qp7gPDq6mlGmzrnk1rbya8eQ=";
};
postPatch = ''