Unverified Commit 3c4b0f13 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.llama-cloud: 0.1.7 -> 0.1.8 (#373187)

parents 51106463 41580f05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "llama-cloud";
  version = "0.1.7";
  version = "0.1.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_cloud";
    inherit version;
    hash = "sha256-fBdnyyCZBUAOiUVmZhqRIwvP+DzU2cCOeC/SFDympkY=";
    hash = "sha256-cZm6siQKnMMwdAAD+ndkj0P25TPaQRqCUKSnBYT5EVM=";
  };

  build-system = [ poetry-core ];