python38Packages.google-cloud-logging: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2021-11-14 19:24:43 +00:00
parent 53a68253d7
commit 46c3a0b7be

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 = ''