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

python311Packages.google-cloud-pubsub: 2.18.2 -> 2.18.3
This commit is contained in:
Matthias Beyer 2023-08-20 09:17:33 +02:00 committed by GitHub
commit 93518bbd3d
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.2";
version = "2.18.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-W50UJJopwOW8a5jI18FmZEzBragwxA8AnyvLWIL1sQU=";
hash = "sha256-tAcSM55fgbegNbC+iyrpBmhKQWLhGaK5qzO8mUuhty8=";
};
propagatedBuildInputs = [