Skip to content

Commit

Permalink
python312Packages.llama-index: 0.12.5 -> 0.12.6 (NixOS#366235)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 19, 2024
2 parents 2b2315a + 4307dc7 commit dd6b829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/llama-index-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@

buildPythonPackage rec {
pname = "llama-index-core";
version = "0.12.5";
version = "0.12.6";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-Z4WmjIuu42XAo+Lb7ylNQfXrS9VQM+0BkeufqwFtT9I=";
tag = "v${version}";
hash = "sha256-bd7M2Fd5BsNYmczp32Je7QtzCP0LBTg8zsDt5SYXBPU=";
};

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

0 comments on commit dd6b829

Please sign in to comment.