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