python3Packages.llama-cloud: 0.1.40 -> 0.1.42

R. Ryantm f3db442e 77ac76b5

Changed files
+2 -2
pkgs
development
python-modules
llama-cloud
+2 -2
pkgs/development/python-modules/llama-cloud/default.nix
···
buildPythonPackage rec {
pname = "llama-cloud";
-
version = "0.1.40";
+
version = "0.1.42";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_cloud";
inherit version;
-
hash = "sha256-zc5Dyi5AZSXytpTHUbGP7D23PvKx7lLDuuHVUyputpY=";
+
hash = "sha256-SFqg42TqZI46qjssVK97y28iQsULT4bsAi4TdBP/9GQ=";
};
build-system = [ poetry-core ];