python3Packages.llama-index-workflows: 2.13.0 -> 2.13.1 (#485546)

This commit is contained in:
Fabian Affolter
2026-01-31 17:31:35 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-workflows";
version = "2.13.0";
version = "2.13.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_workflows";
inherit (finalAttrs) version;
hash = "sha256-hIVNkT9GUEX6ZQOp18e1t4X7O8ul/pqWHDaxQD4fD1I=";
hash = "sha256-Vc08/5ySo3Jyq4ZRrXUCiKvDORZbAJBm8TDLDFxlmUs=";
};
postPatch = ''