python3Packages.llama-index-workflows: 2.22.0 -> 2.22.1

This commit is contained in:
R. Ryantm
2026-06-28 22:20:53 +00:00
parent 0d69db8815
commit e4deb70c89

View File

@@ -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 = ''