python3Packages.google-cloud-org-policy: 0.2.0 -> 0.3.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:19 +02:00
parent 7a07279487
commit d5c1a56bcb

View File

@ -6,7 +6,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-7qVemc7siW/8mO4wUXEKJBt9M18kagRyu/+7DLLe9FM="; sha256 = "eea55e99ceec896ffc98ee3051710a241b7d335f246a0472bbffbb0cb2def453";
}; };
propagatedBuildInputs = [ google-api-core proto-plus ]; propagatedBuildInputs = [ google-api-core proto-plus ];