Merge pull request #306751 from r-ryantm/auto-update/python311Packages.llama-parse

python311Packages.llama-parse: 0.4.1 -> 0.4.2
This commit is contained in:
Fabian Affolter 2024-04-25 12:51:44 +02:00 committed by GitHub
commit cdad7c4a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-1yOvhNah/JnrQxkV0hhl0gt22KJG26oSTR+WyVamRPc=";
hash = "sha256-+gTAlzCxAhVfZQXenPkZmMhtM0WB8PEll8XrR8pduFk=";
};
build-system = [