Merge pull request #241839 from fabaff/google-cloud-iam-logging-bump

python311Packages.google-cloud-iam-logging: 1.2.0 -> 1.2.1
This commit is contained in:
Fabian Affolter 2023-07-06 21:53:33 +02:00 committed by GitHub
commit e7b0e0c7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [