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

python310Packages.google-cloud-pubsub: 2.13.6 -> 2.13.7
This commit is contained in:
Fabian Affolter 2022-09-23 08:39:40 +02:00 committed by GitHub
commit 4d96c45d79
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.6";
version = "2.13.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1ksbqghjKwh0IvL3SsNcwVrQtJJ82ZHJDp/u35sorSg=";
hash = "sha256-ZQofVdFmK0Rs9w7tdX7op1IFglK0BH2vhjjdvnUE0yY=";
};
propagatedBuildInputs = [