lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.llama-cloud-services: 0.6.66 -> 0.6.69

R. Ryantm 7879ae5d bcffac3a

+2 -2
+2 -2
pkgs/development/python-modules/llama-cloud-services/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "llama-cloud-services"; 20 - version = "0.6.66"; 20 + version = "0.6.69"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "run-llama"; 25 25 repo = "llama_cloud_services"; 26 26 tag = "v${version}"; 27 - hash = "sha256-6UskoqlnmfoDFeWem8gjKJPE9vg5DtOrzVHQ1Q0eEA4="; 27 + hash = "sha256-+90b/EwG8OfpjG/MJM5shvQHLsLpLe+TviufwoWI7mg="; 28 28 }; 29 29 30 30 sourceRoot = "${src.name}/py";