Commit 9c48df34 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.llama-cloud-services: 0.6.23 -> 0.6.28

parent 6c76fd5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "llama-cloud-services";
  version = "0.6.23";
  version = "0.6.28";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_cloud_services";
    tag = "v${version}";
    hash = "sha256-G1qjm7GpSZDgGWys+toXiQoRJHIQUcwG6+0JK8k3XfE=";
    hash = "sha256-2ANsXUOTTWhIS6/BPvlOox4KJcQI0lngPMAf3Hous7s=";
  };

  pythonRelaxDeps = [ "llama-cloud" ];