Unverified Commit 93518bbd authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #250241 from fabaff/google-cloud-pubsub-bump

python311Packages.google-cloud-pubsub: 2.18.2 -> 2.18.3
parents 2ad557c1 fd3a7d68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "google-cloud-pubsub";
  version = "2.18.2";
  version = "2.18.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-W50UJJopwOW8a5jI18FmZEzBragwxA8AnyvLWIL1sQU=";
    hash = "sha256-tAcSM55fgbegNbC+iyrpBmhKQWLhGaK5qzO8mUuhty8=";
  };

  propagatedBuildInputs = [