python311Packages.llama-cloud: 0.0.17 -> 0.1.2

This commit is contained in:
Fabian Affolter 2024-10-08 15:53:44 +02:00
parent 48469bccd4
commit 9eb7308ba7

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.0.17";
version = "0.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-f9aFe7u5GTdTVXLMtI2qOBifVc3XQRGF2Ag9qym6Epk=";
hash = "sha256-fIB0fpp/MtS3OcLV1K3XNR+DbZLmM9asA/pAGJbTMJc=";
};
build-system = [ poetry-core ];