python312Packages.llama-parse: 0.5.7 -> 0.5.12

This commit is contained in:
Fabian Affolter
2024-10-31 22:19:56 +01:00
parent 9bdd02c88d
commit b1860f0ae1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.7";
version = "0.5.12";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-sqKdvOMrmTQvuULRwhCr7w7qV99vJmZimQOe96kx/v8=";
hash = "sha256-4kFgbPNXRCXfdsD10BoxqVx5LG+++AqvcvjtZEi9FxU=";
};
build-system = [ poetry-core ];