python3Packages.llama-cloud: 1.6.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2026-04-06 16:43:04 +00:00
parent 1afd8f3f98
commit 7af0df9847
@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "1.6.0";
version = "2.2.0";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-sAx133a1m+zKcvJix1WllSnwwJ8M2nnghu7e/GLVmsg=";
hash = "sha256-Z9f4q6S75SLLr7jigE3jheQWOJ9eL6mN3Tce17c4lEk=";
};
postPatch = ''