python311Packages.llama-parse: 0.4.9 -> 0.5.1

This commit is contained in:
Fabian Affolter 2024-09-01 01:20:29 +02:00
parent f180115f25
commit 1e31576fb0

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.4.9";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-ZX+PpffTmfFMBFT8BcrmA02gNz8ZHfbPyhehtKcE74c=";
hash = "sha256-IGw0gUeR6WRNrtDaD61QTctrbVK9pUKoe8CB7aknAKA=";
};
build-system = [ poetry-core ];