python311Packages.llama-parse: 0.5.3 -> 0.5.5

This commit is contained in:
Fabian Affolter
2024-09-15 14:35:02 +02:00
parent 672b82d38b
commit e74dff45e1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.3";
version = "0.5.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-UjwldGujOM1OGYAGzbtkQtUBzJyiR7wkU3C87UQNgL0=";
hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
};
build-system = [ poetry-core ];