python311Packages.google-cloud-iam-logging: 1.2.0 -> 1.2.1

Changelog: https://github.com/googleapis/python-iam-logging/blob/v1.2.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-07-06 09:40:36 +02:00
parent b1b1e525ea
commit 0d9c1c4bc0
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.2.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Xj7XJ/Wz9dmbqygKqjcvWn+zeGejYyqBzLkpNufX8lQ=";
hash = "sha256-R35MCPWM5wiJzlFHJuHOD5P6IthPtDjGtw5OhFlfhNc=";
};
propagatedBuildInputs = [