python3Packages.llama-cloud-services: 0.6.37 -> 0.6.41 (#422374)

authored by Fabian Affolter and committed by GitHub de325a5d 11cadc2d

+2 -2
+2 -2
pkgs/development/python-modules/llama-cloud-services/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "llama-cloud-services"; 20 - version = "0.6.37"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "run-llama"; 25 repo = "llama_cloud_services"; 26 tag = "v${version}"; 27 - hash = "sha256-Ag8HZZjKgJk6D9uipntydYwVS8TKqZH7pOWaJ9EPuE0="; 28 }; 29 30 pythonRelaxDeps = [ "llama-cloud" ];
··· 17 18 buildPythonPackage rec { 19 pname = "llama-cloud-services"; 20 + version = "0.6.41"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "run-llama"; 25 repo = "llama_cloud_services"; 26 tag = "v${version}"; 27 + hash = "sha256-TNcBUW0pJa6WoK7rNGHitm9xbdie4JV/ZmOc169/XzY="; 28 }; 29 30 pythonRelaxDeps = [ "llama-cloud" ];