python311Packages.llama-parse: 0.3.9 -> 0.4.0

This commit is contained in:
Fabian Affolter 2024-03-22 15:38:00 +01:00
parent 5854e2dbcb
commit 1ac8e42f77
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.3.9";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-vra6Tbt6V3CKtvEPfVMUFZjjneGgQKYeb1pxw6XVaxM=";
hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I=";
};
nativeBuildInputs = [