Merge pull request #146002 from r-ryantm/auto-update/python38Packages.google-cloud-logging

This commit is contained in:
Sandro 2021-11-14 21:48:41 +01:00 committed by GitHub
commit 77b123e9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "2.6.0";
version = "2.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SZ7tXxPKuAXIeAsNFKDZMan/HWXvzN2eaHctQOfa1MU=";
sha256 = "5a4ad2832be3b86c8f0fb57b2d382a1f67218137c6f6051372647ac5147d6421";
};
postPatch = ''