mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.llama-index-llms-openai: 0.6.18 -> 0.6.26
This commit is contained in:
parent
13691e43dc
commit
296bebe32b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "llama-index-llms-openai";
|
||||
version = "0.6.18";
|
||||
version = "0.6.26";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "llama_index_llms_openai";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-NsAlanohG7vF7MANPyyqlzDuoZcc7Ttot8lAJcBEgCA=";
|
||||
hash = "sha256-NHRgLsvDDIiotYXP1XN4kdRdp4JRpeBnxNvC08w9CNs=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue