python310Packages.google-cloud-audit-log: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2023-01-15 18:26:48 +00:00
parent 5291eac38a
commit eab3023470

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 ];