Commit 3ac310dc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.llama-parse: 0.5.5 -> 0.5.6

parent 1a3ed96b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

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

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_parse";
    inherit version;
    hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
    hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A=";
  };

  build-system = [ poetry-core ];