mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 12:03:21 +00:00
python311Packages.llama-index-core: 0.10.39 -> 0.10.40
Diff: https://github.com/run-llama/llama_index/compare/refs/tags/v0.10.40...v0.10.40 Changelog: https://github.com/run-llama/llama_index/blob/0.10.40/CHANGELOG.md
This commit is contained in:
parent
cf2531726c
commit
f6aa75b049
@ -46,7 +46,7 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "llama-index-core";
|
||||
version = "0.10.39";
|
||||
version = "0.10.40";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
owner = "run-llama";
|
||||
repo = "llama_index";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mSzVUTC6O/qf9EtA9UKmGKsv50SJp0tZwg+kmqFCGLE=";
|
||||
hash = "sha256-UFsXTH0yU16qJ4PxkcQFjg/XRo0kk22GvFzrPqukiAM=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/${pname}";
|
||||
|
Loading…
Reference in New Issue
Block a user