python3Packages.google-cloud-monitoring: 2.3.0 -> 2.4.2

This commit is contained in:
Fabian Affolter 2021-08-09 23:38:45 +02:00 committed by Sandro Jäckel
parent 466250270e
commit 11f99457ae
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.3.0";
version = "2.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "fcbf644622709277d47b0dd8884efd1d62703bffda3c1030e06404709690c06c";
sha256 = "sha256-PQjTAqSzjCBPH58nZHAc6Oa12NSDVvt2E0ZHewTFZfY=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];