Unverified Commit 6844fde4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #260178 from fabaff/google-cloud-monitoring-bump

python311Packages.google-cloud-monitoring: 2.15.1 -> 2.16.0
parents d01a7472 d6a05b1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-monitoring";
  version = "2.15.1";
  version = "2.16.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CGqEWjSm4QWrijpICTkupjZ6ZbKLdWHCYQFTSocF7Tc=";
    hash = "sha256-PRhRAJMSraXoq/IP92GvhHS3UwYKtuC31uxHvBHysTY=";
  };

  propagatedBuildInputs = [