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

python311Packages.google-cloud-iam-logging: 1.3.1 -> 1.3.2
This commit is contained in:
Fabian Affolter
2024-02-23 21:15:44 +01:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4O62hAl6uRz74up/AIwq22VSDQDlTwmm8ywKAik4QrQ=";
hash = "sha256-qJcZHghAWG04PogbCY2JHsoPEoifHVOzsfUbemo5pi4=";
};
nativeBuildInputs = [