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

python310Packages.google-cloud-pubsub: 2.18.3 -> 2.18.4
This commit is contained in:
OTABI Tomoya 2023-09-13 09:48:22 +09:00 committed by GitHub
commit 47681f3a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [