python313Packages.llama-parse: 0.6.77 -> 0.6.79

This commit is contained in:
Fabian Affolter
2025-11-16 01:55:15 +01:00
parent a103758c93
commit 231a5b0402

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-parse"; pname = "llama-parse";
version = "0.6.77"; version = "0.6.79";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "llama_parse"; pname = "llama_parse";
inherit version; inherit version;
hash = "sha256-cxjDJT/ADoPwDmN4Cg06AyQvJcasGZwmw6ctuHVNRLc="; hash = "sha256-QT2tN24GUhkKPAzjx9IIBVnufW28yBKVw5cMZvE8B7g=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];