Unverified Commit 0e3a19ee authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.llama-cloud-services: 0.6.69 -> 0.6.77,...

python313Packages.llama-cloud-services: 0.6.69 -> 0.6.77, python313Packages.llama-parse: 0.6.54 -> 0.6.77 (#457495)
parents cb6d78b0 22f482a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "llama-cloud-services";
  version = "0.6.69";
  version = "0.6.77";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "run-llama";
    repo = "llama_cloud_services";
    tag = "v${version}";
    hash = "sha256-+90b/EwG8OfpjG/MJM5shvQHLsLpLe+TviufwoWI7mg=";
    tag = "llama-cloud-services-py%40${version}";
    hash = "sha256-Fl4rmKJ26yeXYjR2qhpusQrRa0sCe6TigWqEyfjA8lQ=";
  };

  sourceRoot = "${src.name}/py";
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "llama-parse";
  version = "0.6.54";
  version = "0.6.77";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_parse";
    inherit version;
    hash = "sha256-xwezEVIVXJuuhOMW+reQu8jIX02IJc5e44br632yWPE=";
    hash = "sha256-cxjDJT/ADoPwDmN4Cg06AyQvJcasGZwmw6ctuHVNRLc=";
  };

  build-system = [ hatchling ];