We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743e016 commit f4bd96eCopy full SHA for f4bd96e
1 file changed
pkgs/development/python-modules/llama-index-workflows/default.nix
@@ -10,13 +10,13 @@
10
11
buildPythonPackage (finalAttrs: {
12
pname = "llama-index-workflows";
13
- version = "2.13.0";
+ version = "2.13.1";
14
pyproject = true;
15
16
src = fetchPypi {
17
pname = "llama_index_workflows";
18
inherit (finalAttrs) version;
19
- hash = "sha256-hIVNkT9GUEX6ZQOp18e1t4X7O8ul/pqWHDaxQD4fD1I=";
+ hash = "sha256-Vc08/5ySo3Jyq4ZRrXUCiKvDORZbAJBm8TDLDFxlmUs=";
20
};
21
22
postPatch = ''
0 commit comments