python3Packages.llama-index-workflows: 2.11.6 -> 2.11.7 (#478874)

This commit is contained in:
Fabian Affolter
2026-01-11 10:03:20 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "llama-index-workflows";
version = "2.11.6";
version = "2.11.7";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit version;
hash = "sha256-SxIdrqG8g4H75cMEViwrTHzYfYbPaOJ8xAZKJ4/i+II=";
hash = "sha256-+4dSoLNp7jGBFkOKvx6T8KVNdO487H5Dz0Un/ROQZPU=";
};
postPatch = ''