Merge pull request #300801 from r-ryantm/auto-update/python311Packages.google-cloud-org-policy

python311Packages.google-cloud-org-policy: 1.10.0 -> 1.11.0

authored by Nick Cao and committed by GitHub 86e98eb9 4cda7025

+8 -3
+8 -3
pkgs/development/python-modules/google-cloud-org-policy/default.nix
··· 7 7 , pytest-asyncio 8 8 , pytestCheckHook 9 9 , pythonOlder 10 + , setuptools 10 11 }: 11 12 12 13 buildPythonPackage rec { 13 14 pname = "google-cloud-org-policy"; 14 - version = "1.10.0"; 15 + version = "1.11.0"; 15 16 format = "setuptools"; 16 17 17 18 disabled = pythonOlder "3.7"; 18 19 19 20 src = fetchPypi { 20 21 inherit pname version; 21 - hash = "sha256-PnJ01fMsTaUupgaI1W5mIn39hA3NAVGGdLywVDcTDRY="; 22 + hash = "sha256-3BJDTwbIDhscHDR8rcjLQP/JYZrktcW+tcK9WFyV2X8="; 22 23 }; 23 24 24 - propagatedBuildInputs = [ 25 + build-system = [ 26 + setuptools 27 + ]; 28 + 29 + dependencies = [ 25 30 google-api-core 26 31 proto-plus 27 32 protobuf