Commit ce0fd38f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.llama-cloud-services: 0.6.60 -> 0.6.64

parent 5203378d
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.60";
  version = "0.6.64";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_cloud_services";
    tag = "v${version}";
    hash = "sha256-ZXuIPxZzB50c25kfLNO67jv4dKwjI8Pbd6Ql6JoXCxc=";
    hash = "sha256-LIRrMIOwSPo150seWbufRyzaCIJ2lNvbn5N/kFu9hDA=";
  };

  sourceRoot = "${src.name}/py";