Skip to content

Commit

Permalink
python311Packages.llama-index-core: 0.11.8 -> 0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 15, 2024
1 parent e74dff4 commit cb6ec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-index-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in

buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.8";
version = "0.11.9";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -56,7 +56,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-xm5QIenvEAmFhGeJJ9FczXat1wuv2Qw99m38ZsmmucU=";
hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw=";
};

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

0 comments on commit cb6ec7a

Please sign in to comment.