python313Packages.llama-parse: 0.6.54 -> 0.6.77

This commit is contained in:
Fabian Affolter
2025-11-01 10:38:28 +01:00
parent 9165040c91
commit 22f482a5bf
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "llama-parse";
version = "0.6.54";
version = "0.6.77";
pyproject = true;
src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-xwezEVIVXJuuhOMW+reQu8jIX02IJc5e44br632yWPE=";
hash = "sha256-cxjDJT/ADoPwDmN4Cg06AyQvJcasGZwmw6ctuHVNRLc=";
};
build-system = [ hatchling ];