Skip to content

Commit

Permalink
python312Packages.llama-cloud: 0.1.5 -> 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 6, 2024
1 parent 190e90e commit ed65078
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.5";
version = "0.1.6";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-jOHbNnVKakbIURVh28BAouibpMoc9O37bOOCpSQPbLY=";
hash = "sha256-ISAPb91G4IRV00sTb2Rc5rjDgA4K4T2Ad5Excakh2lo=";
};

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

0 comments on commit ed65078

Please sign in to comment.