python3Packages.llama-cloud: 2.15.0 -> 2.16.0 (#563140)

This commit is contained in:
Fabian Affolter
2026-09-14 21:53:55 +00:00
committed by GitHub

View File

@@ -25,13 +25,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-cloud";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
src = fetchPypi {
pname = "llama_cloud";
inherit (finalAttrs) version;
hash = "sha256-FBuw/s1ATz2CbZmYp0yWeMEBQzt3np3GjwuWV9hi9MQ=";
hash = "sha256-JI3cams5ReWH+PeWlVUPj0yR7Gzd+OBRPG1xKjo6x5o=";
};
postPatch = ''