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

python310Packages.google-cloud-pubsub: 2.12.1 -> 2.13.0
This commit is contained in:
Sandro 2022-06-08 00:35:13 +02:00 committed by GitHub
commit 9d18e17edf
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.12.1";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-mTphUjL61NwaE7vKDgeCv+0WeA15FNQzvnY/6fHZ/QU=";
hash = "sha256-pcLgXIPWC7F6FS5Znn9DJMn/tsjNpE/7YlCxYoDDg+Y=";
};
propagatedBuildInputs = [