3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:19 +02:00
parent 2dde14a1df
commit 7a07279487

View file

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