Merge pull request #194026 from r-ryantm/auto-update/python310Packages.google-cloud-logging

python310Packages.google-cloud-logging: 3.2.2 -> 3.2.3
This commit is contained in:
Fabian Affolter 2022-10-02 18:45:05 +02:00 committed by GitHub
commit 15ffd20e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.2.2";
version = "3.2.3";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cZEhSRzDSe4/hGAPPCkWtbuV1oYLlNkNNPj2PZedEiA=";
hash = "sha256-fWPl2SY0+NtnX70ErdiIf5B0qB/ULpuBn7py3YtSS2M=";
};
propagatedBuildInputs = [