mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 22:33:43 +00:00
python312Packages.llama-index-core: 0.10.25 -> 0.10.26
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.25...v0.10.26 Changelog: https://github.com/run-llama/llama_index/blob/0.10.26/CHANGELOG.md
This commit is contained in:
parent
d4b40706f6
commit
72e3014c9b
@ -30,7 +30,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.10.25";
|
||||
version = "0.10.26";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
owner = "run-llama";
|
||||
repo = "llama_index";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-E06Fxj6dD0BVYpme107IdgGg0Y7vhNR9zFvyKL0Yqws=";
|
||||
hash = "sha256-X/g+/+MxYCPJM2z0eUT/O6uziPUORX9yy2gLr8E3rCA=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
Loading…
Reference in New Issue
Block a user