python3Packages.llama-cloud: 2.8.0 -> 2.9.0 (#531508)

This commit is contained in:
Fabian Affolter
2026-06-14 00:52:57 +00:00
committed by GitHub
@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-7hPs2yySQ2PrECOkNhnb0HLhgsWW7VwpK4pclbAaDOU=";
hash = "sha256-yNRVw2Vdelkpn3N7lmhyEpRGi76LPyL3pAsbF16oUcU=";
};
postPatch = ''