Skip to content

Commit

Permalink
python311Packages.llama-parse: 0.5.3 -> 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 15, 2024
1 parent 672b82d commit e74dff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-parse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.3";
version = "0.5.5";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-UjwldGujOM1OGYAGzbtkQtUBzJyiR7wkU3C87UQNgL0=";
hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
};

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

0 comments on commit e74dff4

Please sign in to comment.