python312Packages.llama-cloud: 0.1.2 -> 0.1.4

This commit is contained in:
Fabian Affolter
2024-10-31 22:18:38 +01:00
parent 6ce64dedba
commit 68b4067ba6
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.2";
version = "0.1.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-fIB0fpp/MtS3OcLV1K3XNR+DbZLmM9asA/pAGJbTMJc=";
hash = "sha256-bwFVl5vZYWCVHLgSxIg28frOA3vHnM/Y0YWxjvTJ+vg=";
};
build-system = [ poetry-core ];