python310Packages.google-cloud-iam-logging: 1.1.0 -> 1.2.0

Changelog: https://github.com/googleapis/python-iam-logging/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-12 17:55:09 +01:00
parent e674075ed1
commit c609ba5039

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-q+R8l14wD0PNxP1xKwZcXlbyln3uwoscAsOvletuetg=";
hash = "sha256-Xj7XJ/Wz9dmbqygKqjcvWn+zeGejYyqBzLkpNufX8lQ=";
};
propagatedBuildInputs = [