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

python310Packages.google-cloud-logging: 3.4.0 -> 3.5.0
This commit is contained in:
Fabian Affolter 2023-01-30 07:56:23 +01:00 committed by GitHub
commit d5e6d95373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.4.0";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zeD1n625F0aHRiUrr0sR6gD21obvAhORg+r5IfOu5rQ=";
hash = "sha256-8RVEoh6jVW9w66x7wzj/qKGXkTg07N2IU9F2uHCCOqo=";
};
propagatedBuildInputs = [