Unverified Commit 47681f3a authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #254633 from r-ryantm/auto-update/python310Packages.google-cloud-pubsub

python310Packages.google-cloud-pubsub: 2.18.3 -> 2.18.4
parents 27ef92fb a677beb8
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.3";
  version = "2.18.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

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

  propagatedBuildInputs = [