Unverified Commit 9e60293a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-cloud: 0.1.21 -> 0.1.22 (#409312)

parents a2cdae03 c6ee7342
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.21";
  version = "0.1.22";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_cloud";
    inherit version;
    hash = "sha256-VnbVTkZQ0pNpH1ztFZfXTUibM/1B9R1nez/TX1bfaT4=";
    hash = "sha256-XZOCc2ktpQ9zMBqt/tG0sQ+U3767nx4THAMeAz67Kn8=";
  };

  build-system = [ poetry-core ];