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

python311Packages.google-cloud-iam-logging: 1.3.2 -> 1.3.3
This commit is contained in:
Nick Cao 2024-03-06 17:35:56 -05:00 committed by GitHub
commit 6f0cb73756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qJcZHghAWG04PogbCY2JHsoPEoifHVOzsfUbemo5pi4=";
hash = "sha256-99YYGGrI8zg+cwdVKqFVneL0jTzO7GJq91O/Kk0lGJM=";
};
nativeBuildInputs = [