Merge pull request #181974 from r-ryantm/auto-update/python310Packages.google-cloud-audit-log

python310Packages.google-cloud-audit-log: 0.2.2 -> 0.2.3
This commit is contained in:
Fabian Affolter 2022-07-19 12:39:21 +02:00 committed by GitHub
commit 579fe3ea33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-audit-log";
version = "0.2.2";
version = "0.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bYmQOEiu6YF0d+zjBlRIUbkDpexWHalmu7pajRJQmk0=";
sha256 = "sha256-Yi8baD1TgpLr1zNH2i+CBeY+3gwL7Aq5nnmgZcSSZr0=";
};
propagatedBuildInputs = [ googleapis-common-protos protobuf ];