python3Packages.google-cloud-logging: 2.3.1 -> 2.4.0

This commit is contained in:
Fabian Affolter 2021-06-06 21:54:50 +02:00
parent f0c7aae1f9
commit fdf0f02312

View file

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "2.3.1";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yi3lG7tKi2BkU7vtMIEPsll1UX/JxrNj4G+DJaGQ/+k=";
sha256 = "sha256-BuAqNkK817Zz4dbI16ttoVnapR+8DDrp8RGDZtUej7s=";
};
propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];