python313Packages.llama-cloud: 0.1.42 -> 0.1.44

This commit is contained in:
Fabian Affolter
2025-11-16 01:57:07 +01:00
parent 2a5ef8f033
commit 307076b57b

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-cloud"; pname = "llama-cloud";
version = "0.1.42"; version = "0.1.44";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_cloud"; pname = "llama_cloud";
inherit version; inherit version;
hash = "sha256-SFqg42TqZI46qjssVK97y28iQsULT4bsAi4TdBP/9GQ="; hash = "sha256-J2orT5RGPaA3QxyjBjMxs7a+OYu/sAMRPudrfCqHO1M=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];