Merge pull request #293071 from fabaff/llama-parse-bump

python311Packages.llama-parse: 0.3.4 -> 0.3.5
This commit is contained in:
Fabian Affolter 2024-03-03 22:11:41 +01:00 committed by GitHub
commit 8718f2432b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-WjBWnDkKuQidrWbPKoyWf4wh13ZB3uwKkiZy304Wz6M=";
hash = "sha256-c2qA5PxZcLnL7xBIFxkIAh69Jr5D8HuAaInw0bs4df4=";
};
nativeBuildInputs = [