python313Packages.llama-cloud: 0.1.30 -> 0.1.33

This commit is contained in:
Fabian Affolter
2025-07-12 15:36:39 +02:00
parent a3e6db43da
commit 3a1e33cba2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.30";
version = "0.1.33";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-yFmWXW/SkkKtZEM1oMfIvb4fti0fAb7wvzcuh3Eg3a0=";
hash = "sha256-oLuQDVpuhvjHZ7SGhsUlNnmtfKG1dhLcObB2fletPXg=";
};
build-system = [ poetry-core ];