Merge pull request #325709 from r-ryantm/auto-update/python312Packages.google-cloud-iam-logging

python312Packages.google-cloud-iam-logging: 1.3.3 -> 1.3.4
This commit is contained in:
Fabian Affolter
2024-07-10 22:45:44 +02:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.3.3";
version = "1.3.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-99YYGGrI8zg+cwdVKqFVneL0jTzO7GJq91O/Kk0lGJM=";
hash = "sha256-ZxNJV7jMqaMaN4Obt5sToUBmcXsfQHJPkNYnt8K+jf4=";
};
nativeBuildInputs = [ setuptools ];