python3Packages.llama-index-workflows: 2.15.0 -> 2.15.1

This commit is contained in:
R. Ryantm
2026-03-09 15:24:43 +00:00
parent 42101f0de3
commit f6c3466428
@@ -10,13 +10,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-workflows";
version = "2.15.0";
version = "2.15.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit (finalAttrs) version;
hash = "sha256-BmMMo4h7m/J9p3bxDkKBGu7fNTRZHrZUeWMZ74mNLXs=";
hash = "sha256-Xkba4saD06negApPr0crSqkVAms/Qb02urowexLNPn8=";
};
postPatch = ''