Unverified Commit 9c396d8f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #296317 from r-ryantm/auto-update/python312Packages.google-cloud-pubsub

python312Packages.google-cloud-pubsub: 2.20.1 -> 2.20.2
parents 1f63eebb f3b11132
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "google-cloud-pubsub";
  version = "2.20.1";
  version = "2.20.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ttBvGCeWgnPEK1egn2QkYmSclQTcD4dW+Zdw9OPnVa0=";
    hash = "sha256-I2BG6oYCMMeI5NTqLQ8SKZzfHZSscexC7RoM4boo1m8=";
  };

  nativeBuildInputs = [