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

python311Packages.llama-parse: 0.3.6 -> 0.3.7
This commit is contained in:
Mario Rodas 2024-03-07 06:17:26 -05:00 committed by GitHub
commit c154a86771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-parse"; pname = "llama-parse";
version = "0.3.6"; version = "0.3.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_parse"; pname = "llama_parse";
inherit version; inherit version;
hash = "sha256-mAk+YCJeer1ReluiRagiQy00XRNqX5iLS029oFdYAqE="; hash = "sha256-MXBqYQ0ocpwrR0FFXJqcHt9HEXG0udKnE4qgZGVnEqY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [