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