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
This commit is contained in:
Nick Cao 2024-04-02 09:02:27 -04:00 committed by GitHub
commit 86e98eb945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,21 +7,26 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-org-policy";
version = "1.10.0";
version = "1.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PnJ01fMsTaUupgaI1W5mIn39hA3NAVGGdLywVDcTDRY=";
hash = "sha256-3BJDTwbIDhscHDR8rcjLQP/JYZrktcW+tcK9WFyV2X8=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
google-api-core
proto-plus
protobuf