Skip to content

Commit cf7b833

Browse files
committed
1 parent 57fa45e commit cf7b833

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
@@ -47,7 +47,7 @@ in
4747

4848
buildPythonPackage rec {
4949
pname = "llama-index-core";
50-
version = "0.11.9";
50+
version = "0.11.10";
5151
pyproject = true;
5252

5353
disabled = pythonOlder "3.8";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
5656
owner = "run-llama";
5757
repo = "llama_index";
5858
rev = "refs/tags/v${version}";
59-
hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw=";
59+
hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI=";
6060
};
6161

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

0 commit comments

Comments
 (0)