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

Merge pull request #325768 from r-ryantm/auto-update/python312Packages.google-cloud-monitoring

python312Packages.google-cloud-monitoring: 2.22.0 -> 2.22.1
parents 459a785a 472b22c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "google-cloud-monitoring";
  version = "2.22.0";
  version = "2.22.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-SUaW4XiMVe9bL61GSBP92fWRF/wogZt9nSehhz17f60=";
    hash = "sha256-2xexWvjUfaDPj7DjZfqvvNEfmqYngc4EjCmYiAiz3H0=";
  };

  build-system = [ setuptools ];