Commit 548dd365 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.llama-cloud-services: 0.6.37 -> 0.6.41

parent 2f29d6f3
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.37";
  version = "0.6.41";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_cloud_services";
    tag = "v${version}";
    hash = "sha256-Ag8HZZjKgJk6D9uipntydYwVS8TKqZH7pOWaJ9EPuE0=";
    hash = "sha256-TNcBUW0pJa6WoK7rNGHitm9xbdie4JV/ZmOc169/XzY=";
  };

  pythonRelaxDeps = [ "llama-cloud" ];