python311Packages.llama-parse: 0.5.5 -> 0.5.6

This commit is contained in:
Fabian Affolter 2024-09-19 23:53:23 +02:00
parent 1a3ed96b26
commit 3ac310dcee

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.5";
version = "0.5.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A=";
};
build-system = [ poetry-core ];