python311Packages.google-cloud-logging: 3.5.0 -> 3.6.0

Changelog: https://github.com/googleapis/python-logging/blob/v3.6.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-07-15 10:48:19 +02:00
parent b1db2c5a91
commit a719989392

View File

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