python312Packages.llama-cloud: 0.1.9 -> 0.1.11

This commit is contained in:
R. Ryantm
2025-01-29 16:21:53 +00:00
parent 4a3faa5e86
commit fde900a2e0
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.9";
version = "0.1.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-/AO9M4odoEt2B6RNgqYrPrF42ArwWlNlPoAdb4u2ffc=";
hash = "sha256-1L5bSGWf2f4WmHJ74lcmmiLX8nM6LtEbznBldo65TL4=";
};
build-system = [ poetry-core ];