python3Packages.llama-cloud: 2.3.0 -> 2.5.0 (#512427)

This commit is contained in:
Fabian Affolter
2026-05-19 18:38:25 +00:00
committed by GitHub
@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "2.3.0";
version = "2.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-58l75z1c4lOYTk2s0MNGnYqgq2dJM59Q2woovzK9Oq0=";
hash = "sha256-LibOVENmQkJ6pvGUJltIxS0Awsm3agc2dFg2TS352dk=";
};
postPatch = ''