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

python310Packages.google-cloud-pubsub: 2.13.10 -> 2.13.11
This commit is contained in:
Fabian Affolter 2022-11-13 10:56:18 +01:00 committed by GitHub
commit 854741069d
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.10";
version = "2.13.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PnRqGpfJa9xj/FSZUp7XJi8UZPbejIuuYjjBIgCRmsA=";
hash = "sha256-CFh47PuzmR/qavOgEaot2fVBXRnHYNDemlhSTSqhut4=";
};
propagatedBuildInputs = [