Merge pull request #186197 from r-ryantm/auto-update/python3.10-google-cloud-pubsub

python310Packages.google-cloud-pubsub: 2.13.4 -> 2.13.5
This commit is contained in:
Fabian Affolter 2022-08-12 10:58:43 +02:00 committed by GitHub
commit c6bdba70a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.13.4";
version = "2.13.5";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZhcBynfvHc0nveZP9z0y2IJf44vTzy8xB3XV5iJOLu0=";
hash = "sha256-bpokSPdTEE2dVytUsxhyb46fn+0lRvCeS/+3Cefn2+I=";
};
propagatedBuildInputs = [