python312Packages.llama-parse: 0.5.12 -> 0.5.14

This commit is contained in:
Fabian Affolter 2024-11-15 11:17:35 +01:00
parent 5c9c264729
commit a0d7452ffa

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.12";
version = "0.5.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-4kFgbPNXRCXfdsD10BoxqVx5LG+++AqvcvjtZEi9FxU=";
hash = "sha256-uQUQ9Yd01u5ztidf5PGqD/OjBgJt8plZYG5WBzOEJIw=";
};
build-system = [ poetry-core ];