python3Packages.llama-index-workflows: 2.22.0 -> 2.22.1 (#536469)

This commit is contained in:
Fabian Affolter
2026-06-29 07:23:52 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-workflows";
version = "2.22.0";
version = "2.22.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit (finalAttrs) version;
hash = "sha256-yMlxBaf8m0cnFuXfjP4jEAO7JOJa21EzFlLCbFl3Tx4=";
hash = "sha256-Y7JzEH9ZxOujMP0ftJL7knv9OIDqPZHfpt4ciYKHQ4U=";
};
postPatch = ''