Skip to content

Commit

Permalink
python312Packages.llama-cloud: 0.1.7 -> 0.1.8 (#373187)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 12, 2025
2 parents 5110646 + 41580f0 commit 3c4b0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-cloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

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

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-fBdnyyCZBUAOiUVmZhqRIwvP+DzU2cCOeC/SFDympkY=";
hash = "sha256-cZm6siQKnMMwdAAD+ndkj0P25TPaQRqCUKSnBYT5EVM=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 3c4b0f1

Please sign in to comment.