python3Packages.llama-index-workflows: 2.11.5 -> 2.11.6

This commit is contained in:
R. Ryantm
2026-01-04 15:27:12 +00:00
parent e1bd7f4b63
commit ed4a5fdb97
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "llama-index-workflows";
version = "2.11.5";
version = "2.11.6";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit version;
hash = "sha256-3vumxRaanJhv4G3Z8+5eGmzF9Yx3ZgXARYuqClXwdkM=";
hash = "sha256-SxIdrqG8g4H75cMEViwrTHzYfYbPaOJ8xAZKJ4/i+II=";
};
postPatch = ''