python311Packages.llama-parse: 0.3.5 -> 0.3.6

This commit is contained in:
Fabian Affolter
2024-03-05 22:24:01 +01:00
parent e274f3c3b1
commit b70b3a6f7b
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.3.5";
version = "0.3.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-c2qA5PxZcLnL7xBIFxkIAh69Jr5D8HuAaInw0bs4df4=";
hash = "sha256-mAk+YCJeer1ReluiRagiQy00XRNqX5iLS029oFdYAqE=";
};
nativeBuildInputs = [