Skip to content

Commit f4bd96e

Browse files
committed
python3Packages.llama-index-workflows: 2.13.0 -> 2.13.1
1 parent 743e016 commit f4bd96e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/llama-index-workflows

pkgs/development/python-modules/llama-index-workflows/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildPythonPackage (finalAttrs: {
1212
pname = "llama-index-workflows";
13-
version = "2.13.0";
13+
version = "2.13.1";
1414
pyproject = true;
1515

1616
src = fetchPypi {
1717
pname = "llama_index_workflows";
1818
inherit (finalAttrs) version;
19-
hash = "sha256-hIVNkT9GUEX6ZQOp18e1t4X7O8ul/pqWHDaxQD4fD1I=";
19+
hash = "sha256-Vc08/5ySo3Jyq4ZRrXUCiKvDORZbAJBm8TDLDFxlmUs=";
2020
};
2121

2222
postPatch = ''

0 commit comments

Comments
 (0)