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

python310Packages.google-cloud-audit-log: 0.2.4 -> 0.2.5
This commit is contained in:
Fabian Affolter 2023-01-16 09:46:37 +01:00 committed by GitHub
commit 8fb10e1946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "google-cloud-audit-log";
version = "0.2.4";
version = "0.2.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qr5VQ2ceT4qcekwOPqmoe6K6K5b5/61vqgIgmQDh8wg=";
hash = "sha256-huL6ujODrcj9BKW9f9T5YLPkrtqn7ZUPL4kc4WkC62s=";
};
propagatedBuildInputs = [ googleapis-common-protos protobuf ];