Skip to content

Commit 11a7c12

Browse files
committed
python312Packages.llama-index: 0.12.9 -> 0.12.9.post1
1 parent 57cd3fb commit 11a7c12

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-core

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
buildPythonPackage rec {
3838
pname = "llama-index-core";
39-
version = "0.12.9";
39+
version = "0.12.9.post1";
4040
pyproject = true;
4141

4242
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545
owner = "run-llama";
4646
repo = "llama_index";
4747
tag = "v${version}";
48-
hash = "sha256-SptIZ5LNsJOzMtrJ3hW1NPWX7+hmg74HKcfKdImCc+8=";
48+
hash = "sha256-kpHemwEYeCBwb2kdvX/ubFHwX9AQ+zIhLudcgJ7u+QY=";
4949
};
5050

5151
sourceRoot = "${src.name}/${pname}";

0 commit comments

Comments
 (0)