python313Packages.llama-cloud: 0.1.29 -> 0.1.30

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