mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.llama-cloud-services: 0.6.23 -> 0.6.28
This commit is contained in:
parent
6c76fd5f51
commit
9c48df34df
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llama-cloud-services";
|
pname = "llama-cloud-services";
|
||||||
version = "0.6.23";
|
version = "0.6.28";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "run-llama";
|
owner = "run-llama";
|
||||||
repo = "llama_cloud_services";
|
repo = "llama_cloud_services";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-G1qjm7GpSZDgGWys+toXiQoRJHIQUcwG6+0JK8k3XfE=";
|
hash = "sha256-2ANsXUOTTWhIS6/BPvlOox4KJcQI0lngPMAf3Hous7s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "llama-cloud" ];
|
pythonRelaxDeps = [ "llama-cloud" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue